Skip to content

Instantly share code, notes, and snippets.

@rom3r4
Created August 22, 2014 22:14
Show Gist options
  • Save rom3r4/e6d8391492220dec0bae to your computer and use it in GitHub Desktop.
Save rom3r4/e6d8391492220dec0bae to your computer and use it in GitHub Desktop.
Integration of Tomcat7 + JDK7 + Solr4 + Carrot2 - .XML files.
<?xml version="1.0" encoding="utf-8"?>
<Context docBase="/var/lib/tomcat7/webapps/solr.war" debug="0" crossContext="true">
<Environment name="solr/home" type="java.lang.String" value="/var/lib/tomcat7/solr" override="true"/>
</Context>
@rom3r4
Copy link
Author

rom3r4 commented Aug 28, 2014

cat /etc/tomcat7/Catalina/localhost/solr.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment