Re: Newbe! Trying to run solr-1.3.0 under tomcat. Please help

2008-11-19 Thread James liu
check procedure: 1: rm -r $tomcat/webapps/* 2: rm -r $solr/data ,,,ur index data directory 3: check xml(any xml u modified) 4: start tomcat i had same error, but i forgot how to fix...so u can use my check procedure, i think it will help you i use tomcat+solr in win2003, freebsd, mac osx 10.5.5,

Re: Newbe! Trying to run solr-1.3.0 under tomcat. Please help

2008-11-14 Thread Erik Hatcher
To be fair, my first message was about Solr trunk + Tomcat 5.5.27, but I just tried it by pointing to a Solr 1.3.0 official release and it worked fine as well. Erik On Nov 14, 2008, at 12:30 PM, Erik Hatcher wrote: Fergus, I just downloaded Tomcat 5.5.27, put a solr.xml file in co

Re: Newbe! Trying to run solr-1.3.0 under tomcat. Please help

2008-11-14 Thread Erik Hatcher
Fergus, I just downloaded Tomcat 5.5.27, put a solr.xml file in conf/Catalina/ localhost with the following: debug="0" crossContext="true" > And Solr started up just fine and it's admin, etc worked as expected. Oh, and on Mac OS X (of course!), version 10.5.5. Erik On N