solr-tomcat.xml 464 Bytes
<!--
    Context configuration file for the Solr Web App
-->

<Context path="/solr" docBase="/usr/local/share/solr/apache-solr-3.3.0.war"
   debug="0" privileged="true" allowLinking="true" crossContext="true">
     <!-- make symlinks work in Tomcat -->
  <Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" />

  <Environment name="solr/home" type="java.lang.String" value="/usr/local/share/solr" override="true" />
  </Context>