1

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

Jeroen
  • 60,696
  • 40
  • 206
  • 339
rzclfy
  • 55
  • 1
  • 2
  • 7

4 Answers4

1

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

MAHENDER
  • 11
  • 1
0

You are running multi core installation. Instead of

http://localhost:8080/solr/

Visit:

http://localhost:8080/solr/core0

Layke
  • 51,422
  • 11
  • 85
  • 111
  • That didn't work. I got a 404 again. Nothing works besides /solr/ – rzclfy Jan 06 '12 at 18:54
  • 2
    Can you post your solr xml config. You most likely then do not have the request handler set up. – Layke Jan 06 '12 at 19:05
  • Well I didn't change it. It is the default version. I just followed the tutorial provided by apache – rzclfy Jan 06 '12 at 20:35
  • 1
    I'm sorry, but if you won't post your config then we can't help you. It might be the default, but you realise that "default" comes in many forms. Depening on which version, you are supplied with at least *three* defaults. – Layke Jan 07 '12 at 10:25
0

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

d whelan
  • 804
  • 5
  • 8
0

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