blob: a65161ec5a351d2e4910646164d223d04ce5946f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- server/etc/jetty-http.xml.bak 2016-09-01 16:16:13.027176858 +0200
+++ server/etc/jetty-http.xml 2016-09-01 16:16:40.498173610 +0200
@@ -33,7 +33,7 @@
</Item>
</Array>
</Arg>
- <Set name="host"><Property name="jetty.host" /></Set>
+ <Set name="host"><Property name="jetty.host" default="localhost" /></Set>
<Set name="port"><Property name="jetty.port" default="8983" /></Set>
<Set name="idleTimeout"><Property name="solr.jetty.http.idleTimeout" default="50000"/></Set>
<Set name="soLingerTime"><Property name="solr.jetty.http.soLingerTime" default="-1"/></Set>
@@ -44,4 +44,4 @@
</Arg>
</Call>
-</Configure>
\ No newline at end of file
+</Configure>
|