for #1, under example, is there a webapps folder, does it contain
solr.war ? are there any errors in your startup log for jetty, does it
say anything about setting up solr, and solr home etc.
Joel
On Nov 24, 2009, at 4:55 PM, Jill Han wrote:
Hi,
I just downloaded solr -1.4.0 to my computer, C:\apache-solr-1.4.0.
1. I followed the instruction to run the sample, java -jar
start.jar at C:\apache-solr-1.4.0\example
And then go to http://localhost:8983/solr/admin, however, I got
HTTP ERROR: 404
NOT_FOUND
RequestURI=/solr/admin
Powered by jetty:// <http://jetty.mortbay.org>
Did I miss something?
2. Since I can't get sample run, I tried to run it on tomcat
server(5.5) directly as
a. Copy/paste apache-solr-1.4.0.war to C:\Tomcat 5.5\webapps,
b. Go to http://localhost:8080/apache-solr-1.4.0/
The error message is" HTTP Status 500 - Severe errors in solr
configuration.."
3. How to configure it on tomcat server?
Your help is appreciated very much as always,
Jill