I recently installed Nutch and have spent some time trying to get it working with limited success.
./nutch crawl urls -dir crawl -depth 5 -topN 50 After the crawl completes I am trying to run the web frontend with the following command: ./nutch server 8080 crawl The server seems to be running (no output on the command line), but when I hit localhost:8080 I get a Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error. Any ideas on how to get past this? I've been using this tutorial to get started. http://wiki.apache.org/nutch/Nutch_-_The_Java_Search_Engine Thanks, Jeremy

