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:
Shalin Shekhar Mangar 2015-01-05 16:43:46 +00:00
parent 0d2c19d505
commit 27b5e4988f
2 changed files with 1 additions and 3 deletions

View File

@ -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>

View File

@ -1,7 +1,5 @@
--module=http
jetty.port=8983
jetty.threads.min=10
jetty.threads.max=10000
jetty.threads.idle.timeout=50000