Created
April 5, 2013 12:37
-
-
Save tomgullo/5318987 to your computer and use it in GitHub Desktop.
tomcat conf for solr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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