Why you have putted your solr home inside the Tomcat's webapps directory.
This is not the correct way.Put your Solr home somewhere other place outside
the servlet container and set your solr/home path accordingly as
<env-entry> 
       <env-entry-name>solr/home</env-entry-name> 
       <env-entry-value>/opt/solr/home</env-entry-value> 
       <env-entry-type>java.lang.String</env-entry-type> 
    </env-entry> 

-----
Thanx: 
Grijesh 
www.gettinhahead.co.in 
--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-home-property-seting-tp2956003p2956047.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to