Skip to content

Instantly share code, notes, and snippets.

@tomgullo
Created April 5, 2013 12:37
Show Gist options
  • Save tomgullo/5318987 to your computer and use it in GitHub Desktop.
Save tomgullo/5318987 to your computer and use it in GitHub Desktop.
tomcat conf for solr
<tomcat>/conf/Catalina/localhost/solr.xml
<Context path="/solr" docBase="<location of solr war>" debug="0" crossContext="true">
<Environment name="solr/home" type="java.lang.String" value="<solr Home>" override="true"/>
</Context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment