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

Stuck on SEVERE: Error filterStart

2014-04-16 Thread Arthur Pemberton
I am trying Solr for the first time, and I am stuck at the error "SEVERE: Error filterStart" My setup: - Centos 6.x - OpenJDK 1.7 - Tomcat 7 >From reading [1] I believe the issue is missing JAR files, but I have no idea where to put them, even the wiki is a bit vague on that. Lib directories