Improved Doc on setting env solr/home
-------------------------------------
Key: SOLR-165
URL: https://issues.apache.org/jira/browse/SOLR-165
Project: Solr
Issue Type: Improvement
Components: documentation
Environment: linux/tomcat
Reporter: Eric Passmore
Priority: Trivial
It would be nice if this page included the following to
http://wiki.apache.org/solr/SolrTomcat
Here is an example on linux, note the full path to the solr.war and the use of
${catalina.home}.
<Context docBase="${catalina.home}/webapps/solr.war" debug="0"
crossContext="true" >
<Environment name="solr/home" type="java.lang.String"
value="/home/data/solr" override="true" />
</Context>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.