You can follow the links below to setup Nutch and Solr: http://thetechietutorials.blogspot.com/2011/06/solr-and-nutch-integration.html
http://thetechietutorials.blogspot.com/2011/06/how-to-build-and-start-apache-solr.html http://wiki.apache.org/nutch/RunningNutchAndSolr Of course, more details will be helpful for troubleshooting your env issue. :-) Have fun! On Tue, Jul 5, 2011 at 11:49 AM, Chris Hostetter <hossman_luc...@fucit.org>wrote: > : follow a receipe. So I went to the the solr site, downloaded solr and > : tried to follow the tutorial. In the "example" folder of solr, using > : "java -jar start.jar " I got: > : > : 2011-07-04 13:22:38.439:INFO::Logging to STDERR via > org.mortbay.log.StdErrLog > : 2011-07-04 13:22:38.893:INFO::jetty-6.1-SNAPSHOT > : 2011-07-04 13:22:38.946:INFO::Started SocketConnector@0.0.0.0:8983 > > if that is everything you got in the logs, then i suspect: > a) you download a source release (ie: has "*-src-*" in it's name) in > which the solr.war app has not yet been compiled) > b) you did not run "ant example" to build solr and setup the example > instance. > > If i'm wrong, then yes please more details would be helpful: what exact > URL did you download? > > -Hoss >