Hi Guys I'm trying to integrate solr and nutch as per http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/, using the branch_3x from svn on Tomcat 6. After adding the "nutch" requestHandler to solrconfig.xml while the solr-example will start on accessing the admin page I get the following error message:
HTTP Status 404 - missing core name in path ------------------------------ *type* Status report *message* *missing core name in path* *description* *The requested resource (missing core name in path) is not available.* After googling I found the following: I think you are seeing the effects of SOLR-1743 masking another error ... have you checked your log for other errors/exceptions being logged when you startup solr with that solrconfig.xml? Chris Hostetter My initial question is this, am I right in thinking that solr should be using the Tomcat 6 logging and that logs should be found at $CATALINA_HOME/logs/catalina.out? Thanks Paul