Last active
August 29, 2015 14:20
-
-
Save memoryleak/7f08a492e8fb5c4794c0 to your computer and use it in GitHub Desktop.
Old Solr Configuration
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <Context docBase="/opt/apache-solr-3.5.0/dist/apache-solr-3.5.0.war" crossContext="true"> | |
| <Environment name="solr/home" type="java.lang.String" value="/opt/apache-tomcat-7.0.61/solr" override="true"/> | |
| </Context> |
This file contains hidden or 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
| <?xml version='1.0' encoding='utf-8'?> | |
| <tomcat-users> | |
| <role rolename="admin-gui"/> | |
| <role rolename="manager-gui"/> | |
| <role rolename="manager-script"/> | |
| <role rolename="manager-jmx"/> | |
| <role rolename="manager-status"/> | |
| <user roles="standard,admin-gui,manager-gui,manager-status,manager-script,manager-jmx" username="tomcat" password="password"/> | |
| </tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment