source: gs3-extensions/solr/trunk/src/solr-tomcat-context.xml.in@ 29723

Last change on this file since 29723 was 29723, checked in by ak19, 9 years ago

Georgy suggested limiting access to the /solr servlet to just localhost. This was his solution.

File size: 310 bytes
RevLine 
[29711]1<Context docBase="@tomcathome@/webapps/solr.war"
2 debug="0"
3 crossContext="true"
4 privileged="true">
5 <Environment name="solr/home" type="java.lang.String" value="@gsdl3home@/ext/solr" override="true" />
[29723]6 <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.0\.0\.1"/>
[29711]7</Context>
Note: See TracBrowser for help on using the repository browser.