Skip to content

Instantly share code, notes, and snippets.

@PaulSorensen
Created September 26, 2013 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulSorensen/6711517 to your computer and use it in GitHub Desktop.
Save PaulSorensen/6711517 to your computer and use it in GitHub Desktop.
egeek.dk - Install Solr under Windows Example of solr.xml
<?xml version="1.0" encoding="UTF-8"?>
<context docBase="c:/Tomcat/webapps/solr.war" debug="0" crossContext="true" >
<environment name="solr/home" type="java.lang.String" value="/Tomcat/webapps/" override="true"></environment>
</context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment