* Set the java system property solr.solr.home to your solr home. (On linux - use something like export solr.solr.home=/my/solr/home. On Windows - see http://vlaurie.com/computers2/Articles/environment.htm to set an environment variable named solr.solr.home .)
(You can also use the two other options from the wiki page:) * Configure the servlet container such that a JNDI lookup of "java:comp/env/solr/home" by the solr webapp will point to the solr home. * The default solr home is "solr" under the JVM's current working directory ($CWD/solr), so start the servlet container in the directory containing ./solr -----Original Message----- From: Antonello Mangone [mailto:antonello.mang...@gmail.com] Sent: Thursday, May 27, 2010 11:30 AM To: solr-user@lucene.apache.org Subject: solr.solr.home Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I didn't understand how to set the java system property solr.solr.home to my solr home. Can someone help me ? Thanks in advanca