Re: SOLR / Tomcat JNDI Settings

2007-11-28 Thread vis
" > debug="0" > crossContext="true" > > > value="/var/tmp/ac-demo/books-solr-home/" >type="java.lang.String" >override="true" /> > > -- View this message

Re: Tomcat JNDI Settings

2007-11-14 Thread easyapps
SolrRequestFilter class > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.solr.core.SolrConfig > ... > I had the same problem. It turned out that I was using Java 1.4. Updating to 1.5 resolved the problem. -- View this message in context: http://www.nabble.com

Re: Tomcat JNDI Settings

2007-11-08 Thread Chris Hostetter
: I just wanted to follow up to the list on this one...I could never get : the JNDI settings to work with Tomcat. I went to Jetty and everything is I'm not sure what to tell you. I've been preping my ApacheCon demo for next week using Tomcat and JNDI and i haven't had any problems i've go

Re: Tomcat JNDI Settings

2007-11-08 Thread Wayne Graham
Hi Hoss, I just wanted to follow up to the list on this one...I could never get the JNDI settings to work with Tomcat. I went to Jetty and everything is working quite nicely. Wayne Chris Hostetter wrote: > : Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home > : exists as does

Re: Tomcat JNDI Settings

2007-11-06 Thread Chris Hostetter
: Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home : exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's : basically a copy of the files from examples folder at this point. : : I put war files in /var/lib/tomcat5/webapps, so I have the : apache-solr-1.2.0.war fi

Re: Tomcat JNDI Settings

2007-11-06 Thread Wayne Graham
Hi Chris, Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's basically a copy of the files from examples folder at this point. I put war files in /var/lib/tomcat5/webapps, so I have the apache-solr-1.2.0.war fil

Re: Tomcat JNDI Settings

2007-11-05 Thread Chris Hostetter
: : : : SEVERE: Exception starting filter SolrRequestFilter class : java.lang.NoClassDefFoundError: Could not initialize class : org.apache.solr.core.SolrConfig this may be a variant of SOLR-337 ... are you sure /var/lib/tomcat5/solr/home exists? does it contain a ./conf directory? does

Tomcat JNDI Settings

2007-11-05 Thread Wayne Graham
I'm attempting to set up multiple instances of Solr using JNDI (taken from http://wiki.apache.org/solr/SolrTomcat). I created a new solr.xml file in $CATALINA_HOME/conf/Catalina/localhost with: The box is running tomcat 5.5.23, so the solr.war file is out of the webapps path and the solr/ho