Re: Using solr with the new TokenStream API

2009-12-27 Thread AHMET ARSLAN
> Is there a way > to add this jar file to classpath during tomcat startup? You can put your jar file into $CATALINA_HOME/lib directory.

Re: Using solr with the new TokenStream API

2009-12-16 Thread Ahmed El-dawy
I think the problem is that my jar file is added to the class path at run time. This causes Class.forName to be not working correctly. Is there a way to add this jar file to classpath during tomcat startup? On Tue, Dec 15, 2009 at 8:42 PM, Ahmed El-dawy wrote: > Hi, > I'm using the new API prov