In the file {tomcatroot}\webapps\nutch-0.7\WEB-INF\classes\nutch-site.xml
Add the following inside the <nutch-conf> tag:
<property>
<name>searcher.dir</name>
<value>/full/path/to/the/directory/containing/segments</value>
</property>
Jerry
[EMAIL PROTECTED]
http://circuitscout.com
Andy Morris wrote:
What config file, the nutch-daemon.sh or just the nutch file? Or in the
tomcat folder?
Andy
-----Original Message-----
From: Jerry Russell [mailto:[EMAIL PROTECTED]
Sent: Monday, January 09, 2006 5:22 PM
To: [email protected]
Subject: Re: http status 500?
Hi Andy,
Have you added the path to the segments directory to your
configuration file? If not, you need to do that, or start tomcat while
that is your current directory. Is there any stack trace, or error in
the catalina.out?
Jerry
[EMAIL PROTECTED]
http://circuitscout.com
Andy Morris wrote:
Okay, I think I got nutch working and tomcat runs. I did a crawl and
it
got some data I think. When I go to the search page and do a search I
get an http status 500 page
javax.servlet.ServletException: Not implemented
root cause
java.lang.Error: Not implemented
any ideas? Do I need to build tomcat from cratch. This is on a fedora
core 2 box with tomcat 4.1.27-13 from rpm.
andy