But how can i get the former ROOT (= Tomcat's start contents) working - now bearing the name "old-root"??? I can access the first page via "http://localhost:8180/old-root/index.jsp". But none of the links works anymore. The error has a familiar ring: HTTP Status 404 / The requested resource (/ex-root/tomcat-docs) is not available.
:)
Brian Cuttler wrote:
1) Remove ROOT or rename it to s.th. elseHello,
I've got nutch deployment problems also, and seem to be a little slow with the learning curve.
[...]
I wasn't able to figure out how to implement it under the ROOT/
directory.
2) Copy nutch-0.6.war into webapps
3) If you want to do intranet searching and if you want to start tomcat from anywhere without nutch complaining: edit WEB-INF/classes/nutch-site.xml and specify the directory you've let put the crawl in, e.g.:
<nutch-conf>
<property>
<name>searcher.dir</name>
<value>/usr/local/nutch-0.6/crawl.test/</value>
<description>My path to nutch's searcher dir.</description>
</property>
</nutch-conf>
4) Restart Tomcat
5) Call http://localhost:yourport/
Bye, Alfred
