Hello,
Responses to several messages are inline.
Jason Boss wrote:
Are you starting tomcat in your main nutch directory?
No, I'm starting tomcat via debian's invoke-rc.d script.
Howie Wang wrote:
Have you checked whether the nutch-site.xml under the Tomcat webapps
directory has the search.dir setting pointing to your crawl
directory?
nutch-site.xml is pointed to the correct directory. If I understand
correctly, this is so I don't have to have the directory be ./crawl
relative to the current working directory of tomcat.
John Thompson wrote:
I'm running on Ubuntu and I have the same problem. Are you using the
/etc/init.d/tomcat5.5 script to start and stop your server? When I
do that, my search can't find anything. However, when I use
/usr/share/tomcat5.5/bin/catalina.sh to start the server, it works
perfectly. I've read through both scripts briefly and have yet to
figure out what's causing the different behavior (or if there is
anything wrong with just starting via the catalina script). Hopefully
this helps!
When I use catalina.sh directly, I lose the nutch-0.9 webapp. I deployed
the WAR file via the Tomcat Manager so nutch lives at
/var/lib/tomcat5.5/webapps/nutch-0.9/
Ricardo