Re: Problem using ExtractingRequestHandler with tomcat

2009-07-10 Thread solenweg
ractPluginLoader.java: >>> 84) >>> at org.apache.solr.core.RequestHandlers >>> $1.create(RequestHandlers.java:154) >>> at org.apache.solr.core.RequestHandlers >>> $1.create(RequestHandlers.java:163) >> >> Any ideas? >> -- &g

Re: Problem using ExtractingRequestHandler with tomcat

2009-04-02 Thread Erik Hatcher
On Apr 2, 2009, at 4:55 AM, Fergus McMenemie wrote: Thanks. Copying all those jar files to my solr/lib directory was the trick. But why do I have to do this; is it by design or because ExtractingRequestHandler is yet to be fully incorporated into Solr? It's fully integrated into the example as

Re: Problem using ExtractingRequestHandler with tomcat

2009-04-02 Thread Fergus McMenemie
>On Apr 2, 2009, at 4:26 AM, Fergus McMenemie wrote: >> I cant get ExtractingRequestHandler to work with tomcat. Using the >> latest version from svn and then a "make clean dist" and copying the >> war file to a clean tomcat does not work. > >make?! :) Oops! > >try "ant example" to see if that ge

Re: Problem using ExtractingRequestHandler with tomcat

2009-04-02 Thread Erik Hatcher
On Apr 2, 2009, at 4:26 AM, Fergus McMenemie wrote: I cant get ExtractingRequestHandler to work with tomcat. Using the latest version from svn and then a "make clean dist" and copying the war file to a clean tomcat does not work. make?! :) try "ant example" to see if that gets it working - i

Problem using ExtractingRequestHandler with tomcat

2009-04-02 Thread Fergus McMenemie
Hello all, I cant get ExtractingRequestHandler to work with tomcat. Using the latest version from svn and then a "make clean dist" and copying the war file to a clean tomcat does not work. Adding the following to solconfig.xml ands restarting tomcat i get > class="org.apache.solr.handler.extr