Re: PHP on Tomcat?

2010-08-28 Thread Björn Wilmsmann
-- Best regards, Björn Wilmsmann - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Config file not found in class path when deploying WAR

2008-01-29 Thread Björn Wilmsmann
David Smith work: Then I think the path to your common-terms.utf8 probably should be / common-terms.utf8 in the config file. Otherwise the path spec is relative and it's hard to figure out what it's relative to. The hadoop class that generates the reader uses Classloader.getResource( pa

Re: Config file not found in class path when deploying WAR

2008-01-28 Thread Björn Wilmsmann
Hi David, thanks for the advice. In my nutch-0.9.jar common-terms.utf8 is located at the root level, but then again, I've built the JAR from source. David Smith wrote: Funny ... I downloaded the 0.9 release of nutch and common- terms.utf8 is not in the nutch.jar file (just to be helpful -

Config file not found in class path when deploying WAR

2008-01-28 Thread Björn Wilmsmann
Hello everybody, I have run into a rather weird problem that occurs when deploying a web app - which by the way is a Grails (http://grails.codehaus.org) app - as a WAR file in Tomcat. My app makes use of Nutch and instantiates a NutchDocumentAnalyzer during startup as a Spring resource. T