I have downloaded Solr 3.5.0. After unzipping I cd into solr\example and then run java -jar start.jar. The following message comes up:
Logging to STDERR via org.mortbay.log.StdErrLog jetty-6.1-SNAPSHOT Started [email protected]:8983
If I then go to http://localhost:8983/ in my browser I get an error:
Error 404 - Not Found. No context on this server matched or handled this request. Contexts known to this server are:
With nothing under the contexts.
If I go to http://localhost:8983/solr/admin I then get
HTTP ERROR: 404
Problem accessing /solr/admin. Reason:
NOT_FOUND
Powered by Jetty://
I am on a Windows7 machine if that helps. What am I doing wrong?