I've been unable to install SOLR into Jetty. Jetty seems to be running fine, and this is the steps I took to install solr:
# SOLR cd /opt wget -O - $SOLR_URL | tar -xzf - cp solr-4.4.0/dist/solr-4.4.0.war /opt/jetty/webapps/solr.war cp -R solr-4.4.0/example/solr /opt/ cp -R /opt/solr-4.4.0/dist/ /opt/solr/ cp -R /opt/solr-4.4.0/contrib/ /opt/solr/ rm -rf /opt/solr-4.4.0 echo 'JAVA_OPTIONS="-Dsolr.solr.home=/opt/solr $JAVA_OPTIONS"'>> /etc/default/jetty chown -R jetty:jetty /opt/solr/ /etc/init.d/jetty restart When I browse to the directory it says: HTTP ERROR: 503 Problem accessing /solr. Reason: Service Unavailable Powered by Jetty:// Is anyone able to tell me of any steps that I have missed for installing it, or how to diagnose it? -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-installing-Solr4-in-Jetty9-tp4083209.html Sent from the Solr - User mailing list archive at Nabble.com.