It appears that my ROOT folder in the tomcat/webapps folder did get deleted. Isn't that what you would expect to happen when you follow the following instructions in the Nutch tutorial?
Assuming you've unpacked Tomcat as ~/local/tomcat, then the Nutch war file may be installed with the commands: rm -rf ~/local/tomcat/webapps/ROOT* cp nutch*.war ~/local/tomcat/webapps/ROOT.war On 8/4/05, Stefan Groschupf <[EMAIL PROTECTED]> wrote: > > Looks like your tomcat is somehow have no webcontext that response to > your request. > Verify that your have a ROOT folder in your tomcat/webapps folder. > > Stefan > > Am 04.08.2005 um 20:11 schrieb Bryan Woliner: > > > I have an urls file and regex-urlfilter.txt file that work fine on my > > personal machine that have running nutch. I am trying to setup a linux > > server running redhat 9 to run nutch and am having the following > > problem. I > > do a simple "whole-web" crawl fine and everything seems to work. I > > start > > tomcat, but when I go to the :8080 port of my ip address, I get the > > following error, any ideas? > > Note: I don't believe that anything was added to the catalina_log > > file in > > connection with starting tomcat the time that it generated this error. > > > > My JAVA_HOME variable is set to: /usr/local/j2sdk1.4.2_08 and I > > believe that > > I copied to Nutch ROOT.war file correctly (although I don't really > > know how > > to check if I did). > > > > > > > > HTTP Status 500 - No Context configured to process this request > > ------------------------------ > > > > *type* Status report > > > > *message* *No Context configured to process this request* > > > > *description* *The server encountered an internal error (No Context > > configured to process this request) that prevented it from > > fulfilling this > > request.* > > ------------------------------ > > Apache Tomcat/4. > > > > --------------------------------------------------------------- > company: http://www.media-style.com > forum: http://www.text-mining.org > blog: http://www.find23.net > > > >
