mirror of https://github.com/apache/lucene.git
SOLR-4839: Remove jetty.port from start.ini and add default inside jetty-http.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d2c19d505
commit
27b5e4988f
|
@ -49,7 +49,7 @@
|
|||
</Item>
|
||||
</Array>
|
||||
</Arg>
|
||||
<Set name="port"><Property name="jetty.port" /></Set>
|
||||
<Set name="port"><Property name="jetty.port" default="8983" /></Set>
|
||||
<Set name="host"><Property name="jetty.host" /></Set>
|
||||
</New>
|
||||
</Arg>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
--module=http
|
||||
|
||||
jetty.port=8983
|
||||
|
||||
jetty.threads.min=10
|
||||
jetty.threads.max=10000
|
||||
jetty.threads.idle.timeout=50000
|
||||
|
|
Loading…
Reference in New Issue