Revision 011f9344003ae5b1f51affffc79d4986ae0f964f authored by Nathan Nutter on 24 July 2013, 03:05:14 UTC, committed by Nathan Nutter on 24 July 2013, 03:05:14 UTC
1 parent 53b80c6
Raw File
genome_solr.xml
<!--
    Context configuration file for the Solr Web App
-->

<Context path="/genome-solr" docBase="/usr/share/solr"
   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="/var/cache/genome/solr/" override="true" />
</Context>
back to top