On Wed, Feb 20, 2008 at 5:32 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hi, I changed that line to: > > set JAVA_OPTS=-Dsolr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en > > But It STILL isn't working...I almost give up :-( > > When I try to open http://localhost:8080/solr/admin, I get: > > --- > HTTP Status 404 - /solr/admin > type Status report > message /solr/admin > description The requested resource (/solr/admin) is not available. > Apache Tomcat/6.0.13 > --- > > > Someone should fix the page http://wiki.apache.org/solr/SolrTomcat, > there says that should be used -Dsolr.solr.home=... :
solr.solr.home is the correct variable. Try putting the solr home (the contents of solr/example) outside the webapps directory. Only solr.war should go inside webapps. You could also try the "simple example install" from here: http://wiki.apache.org/solr/SolrTomcat -Yonik