https://github.com/genome/genome
Raw File
Tip revision: 4356fd5e13eefe7b9eaeab24f65eb7a5a00f208d authored by Indraniel on 20 March 2015, 15:55:48 UTC
Merge pull request #568 from indraniel/ercc-map-unaligned-experiment-pt2
Tip revision: 4356fd5
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