Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Walter Underwood
Not really. It is a very poor substitute for reading the release notes, and sufficiently inadequate that it might not be worth the time. Diffing the example with the previous release is probably more instructive, but might or might not help for your application. A config file checker would be use

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Erik Hatcher
I guess my warning is more because I play on the edge and have several times ended up tweaking various apps solrconfig.xml's as I upgraded them to keep things working. Anyway, we'll all agree that diff'ing your config files with the example app can be useful. Erik On Sep 5, 2007,

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Chris Hostetter
: Care needs to be taken when upgrading Solr but leaving solrconfig.xml : untouched because additional config may be necessary. Comparing your : solrconfig.xml with the one that ships with the example app of the version of : Solr you're upgrading too is recommended. Hmmm... that's kind of a scar

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Erik Hatcher
On Sep 5, 2007, at 11:37 AM, Matt Mitchell wrote: SEVERE: org.apache.solr.common.SolrException: Error loading class 'solr.IndexInfoRequestHandler' You're using my old hand-built version of Solr, I suspect. Hoss explained it fully in his previous message on this thread. Care needs to be t

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Chris Hostetter
: OK found the start of the trail... I had a duplicate entry for fulltext in my : schema. Removed that. Now when I first try to deploy Solr, I get this error: really? defining the same field name twice gave you an ArrayIndexOutofBounds? ... that's bad, i'll open a bug on that. : SEVERE: org.apa

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Matt Mitchell
OK found the start of the trail... I had a duplicate entry for fulltext in my schema. Removed that. Now when I first try to deploy Solr, I get this error: SEVERE: org.apache.solr.common.SolrException: Error loading class 'solr.IndexInfoRequestHandler' Matt On Sep 5, 2007, at 11:25 AM, Ma

Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Matt Mitchell
Hi, I'm having no luck getting Solr 1.2 to run under Tomcat 5.5 using context fragments. I've followed the example on wiki: http://wiki.apache.org/solr/SolrTomcat The only thing I've changed is the installation method. I'm using the Tomcat manager to create a context path, and also point to