Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created March 17, 2010 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hubgit/335287 to your computer and use it in GitHub Desktop.
Save hubgit/335287 to your computer and use it in GitHub Desktop.
Tomcat Context fragment for Solr
<Context docBase="/solr/solr.war" debug="0" crossContext="true">
<Environment name="solr/home" type="java.lang.String" value="/solr/wikipedia" override="true" />
</Context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment