Re: Stuck on SEVERE: Error filterStart

2014-04-16 Thread Arthur Pemberton
Thank you. I had evidently misunderstood where it needed to be copied to. That helped, though that directory already contained all but one file. On Wed, Apr 16, 2014 at 12:45 PM, David Santamauro < david.santama...@gmail.com> wrote: > > You need to copy /example/lib/ext/*.jar into your tomcat li

Re: Stuck on SEVERE: Error filterStart

2014-04-16 Thread David Santamauro
You need to copy /example/lib/ext/*.jar into your tomcat lib directory (/usr/share/tomcat/lib) Also make sure a /usr/share/tomcat/conf/log4j.properties is there as well. ... then restart. HTH David On 4/16/2014 11:47 AM, Arthur Pemberton wrote: I am trying Solr for the first time, and I

Re: Stuck on SEVERE: Error filterStart

2014-04-16 Thread Alexandre Rafalovitch
For learning purposes, I would just download the distribution from the website, unzip it and run from there. Using built-in Jetty. Then, once you are happy , go back to Tomcat and figure it out. If that's not an option, you need to find what classpath your tomcat is using. Have you actually tried