Restrict Solr to localhost

This commit is contained in:
Peter J. Martel 2011-12-06 17:01:08 -05:00
parent f9af4146ca
commit 37849c2c0a

View File

@ -71,7 +71,7 @@
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.bio.SocketConnector">
<Set name="host"><SystemProperty name="jetty.host" /></Set>
<Set name="host"><SystemProperty name="jetty.host" default="127.0.0.1"/></Set>
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
<Set name="maxIdleTime">50000</Set>
<Set name="lowResourceMaxIdleTime">1500</Set>