Hi, I am also new, but maybe i am able to solve the problem
The search doesnt look in the subdirectory, it looks in the rootdirectory, that means in the root-directory the nutch-installation isn't located, so nutch cant find the search.jsp. I fixed that with installing the nutch directly in the root-directory. maybe it is possible to fix that on another way. Following is only a guess. in web-inf/classes/nutch-site.xml you can change the configuration for your nutch installation the default-settings are located in web-inf/classes/nutch-default.xml , but only change in nutch-site.xml But be careful, this is only a guess without any warranty. I can't give you an advice what to change there, i didnt tried that. Guido ----- Original Message ----- From: "Brian Cuttler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 16, 2005 9:55 PM Subject: [Nutch-general] New nutch user, setup problems (yes, still) > > Hello Nutch users (hello Paul), > > Thank you for your instructions, however I fear they are too > advanced for me. > > Currently I have the apache server running (with SSI) and it is > running tomcat's warp connector and I am able to run the examples > that are under the lucene installation I have. > > I'm able to see the webapp-info page that shows the examples directory > is connected avaible and see the nutch subtree. I can even get the > search page for nutch to come up - but I fail there as the search is > unable to find the underlying page. > > The url http://linus/nutch/ will bring up the page > http://linus/nutch/en/search.html > > with the nutch logo, the About/faq/dev and donate index and the two > little guys with the search input bar. > > Entering data into the bar and clicking search I receive the error > that "The requested URL /search.jsp was not foudn on this server" > with the URL for the browser showing http://linus/search.jsp?query=cancer > (search string was cancer, being a health lab I know there are pages > with this info). > > Granted, this is a different problem than not finding the index for > the web-crawl, its stepwise and I need to find a way to itterate through > this fixing from one end to the other. > > Any help you could offer at this level would be apreciated. > > thank you, > > Brian > > --- > Brian R Cuttler [EMAIL PROTECTED] > Computer Systems Support (v) 518 486-1697 > Wadsworth Center (f) 518 473-6384 > NYS Department of Health Help Desk 518 473-0773 > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Nutch-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nutch-general > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
