[ https://issues.apache.org/jira/browse/SOLR-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474260 ]
Hoss Man commented on SOLR-165: ------------------------------- FYI: that's not setting the solr.solr.home enviornment variable -- it's setting the solr/home JNDI variable ... and we already have several examples of that on the SolrTomcat page (in the sections "Configuring Solr Home with JNDI", "Multiple Solr Webapps", and the windows section) i'm not sure that we really need another example of the same thing just because it's linux and the paths don't start with a drive letter. > 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.