I had a similar problem when I first started. I fixed it by restarting tomcat. -Daniel
----- Original Message ---- From: nutch_newbie <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, June 11, 2008 6:50:19 PM Subject: Getting Nutch up and running I have Fedora Core 5, and i followed all the tutorials i could find to make nutch run. the crawler (in a shell) runs just fine, and on my localhost:8080/nutch everything looks fine too. but when you type something in and click search, nothing comes up! it just says "Hits 0-0 (out of about 0 total matching pages): ". And yes, i edited my crawl-urlfilter.txt, here it is: # The url filter file used by the crawl command. # Better for intranet crawling. # Be sure to change MY.DOMAIN.NAME to your domain name. # Each non-comment, non-blank line contains a regular expression # prefixed by '+' or '-'. The first matching pattern in the file # determines whether a URL is included or ignored. If no pattern # matches, the URL is ignored. # skip file:, ftp:, & mailto: urls -^(file|ftp|mailto): # skip image and other suffixes we can't yet parse -\.(gif|GIF|jpg|JPG|ico|ICO|css|sit|eps|wmf|zip|ppt|mpg|xls|gz|rpm|tgz|mov|MOV|exe|png)$ # skip URLs containing certain characters as probable queries, etc. [EMAIL PROTECTED] # skip URLs with slash-delimited segment that repeats 3+ times, to break loops -.*(/.+?)/.*?\1/.*?\1/ # accept hosts in MY.DOMAIN.NAME +^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/ +^http://([a-z0-9]*\.)*http://en.wikipedia.org +^http://([a-z0-9]*\.)*http://www.google.com +^http://([a-z0-9]*\.)*http://search.yahoo.com/ # skip everything else -. so what am i doing wrong? Any and all Help would be greatly appreciated. thank you in advance. -- View this message in context: http://www.nabble.com/Getting-Nutch-up-and-running-tp17789747p17789747.html Sent from the Nutch - User mailing list archive at Nabble.com.
