1
votes

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

4
None of those solutions fixed my problemrzclfy

4 Answers

1
votes

copy solr.xml, core0 and core1 direcotories from ../examples/multicore/ to soloar home directory

0
votes

I had the same problem, I switched to solr 3.4 and it worked fine.

0
votes

You are running multi core installation. Instead of

http://localhost:8080/solr/

Visit:

http://localhost:8080/solr/core0

0
votes

make sure there is a "/" at the end of the url. just going to /admin causes a similar error.