Hi I have installed solr 3.6.1 on tomcat 7.0 following the steps here. http://ralf.schaeftlein.de/2012/02/10/installing-solr-3-5-under-tomcat-7/
The slor home page loads fine but the admin page (http://localhost:8080/solr/admin/) throws error missing core name in path. I am installing single core. This is the solr.xml <solr persistent="false"> <cores adminPath="/admin/cores" defaultCoreName="collection1"> <core name="collection1" instanceDir="." /> </cores> </solr> I have double checked lot of steps by searching on net, but no luck. If anyone has faced this please suggest. Thanks Amit -- View this message in context: http://lucene.472066.n3.nabble.com/solr-3-6-1-tomcat-7-0-missing-core-name-in-path-tp4005868.html Sent from the Solr - User mailing list archive at Nabble.com.