https://github.com/genome/genome
Raw File
Tip revision: 8e7ff72445e588fe34e8e0d5bb75e3f94ea70cf4 authored by Avinash Ramu on 07 May 2014, 16:03:25 UTC
update clinseq blessed-cnmops updated
Tip revision: 8e7ff72
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