Andy, the following is a copy&paste from the bottom of the following url, http://lucene.apache.org/nutch/tutorial.html
"Searching To search you need to put the nutch war file into your servlet container. (If instead of downloading a Nutch release you checked the sources out of SVN, then you'll first need to build the war file, with the command ant war.) 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 The webapp finds its indexes in ./segments, relative to where you start Tomcat, so, if you've done intranet crawling, connect to your crawl directory, or, if you've done whole-web crawling, don't change directories, and give the command: ~/local/tomcat/bin/catalina.sh start Then visit http://localhost:8080/ and have fun!" ----- Original Message ----- From: "Andy Morris" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, January 11, 2006 1:19 AM Subject: other newbies like me Okay I used this guy's how-to to install IBM JAVA and Tomcat5 on Fedora Core2 box. http://www.linux-sxs.org/internet_serving/c140.html http://linux-sxs.org/programming/ibm-java.html I got the IBM JAVA from this site.. http://xml.cie.unam.mx/pub/Linux/JAVA/ When I go to my site and then into the nutch-0.7 folder I seed the search bar but no images, if I add an "en" on the end of the url then it goes to the correct page with images..any clues? http://mbproduction.com:8080/nutch-0.7/ can't do searches on this site can't find search.jsp http://mbproduction.com:8080/nutch-0.7/en searches work on this one.... Okay, I have also got nutch to crawl and I can search the info. Now what do I need to set up next? This will be used for a local intranet so we can search all of our websites. Do I set up the crawl in a cron job every 24 hrs or so? What directory do I need to make and will it always write to that directory? Thanks, Andy -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.17/226 - Release Date: 10/01/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.17/226 - Release Date: 10/01/2006 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
