I want to install Solr on my Windows 7 64bit machine. No matter what I do, I get a 404 when I go to Solr/admin.
However http://localhost:8080/solr/ works and I get “Welcome to Solr”.
- I have also entered the path to Solr home in the Web.xml file.
- I followed this HERE.
- Tom cat is version 7 and Solr is 3.5
The error:
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.
Apache Tomcat/7.0.23
I had the same problem, I switched to solr 3.4 and it worked fine.