You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/01/05 17:43:46 UTC

svn commit: r1649584 - in /lucene/dev/trunk/solr/server: etc/jetty-http.xml start.ini

Author: shalin
Date: Mon Jan  5 16:43:46 2015
New Revision: 1649584

URL: http://svn.apache.org/r1649584
Log:
SOLR-4839: Remove jetty.port from start.ini and add default inside jetty-http.xml

Modified:
    lucene/dev/trunk/solr/server/etc/jetty-http.xml
    lucene/dev/trunk/solr/server/start.ini

Modified: lucene/dev/trunk/solr/server/etc/jetty-http.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/server/etc/jetty-http.xml?rev=1649584&r1=1649583&r2=1649584&view=diff
==============================================================================
--- lucene/dev/trunk/solr/server/etc/jetty-http.xml (original)
+++ lucene/dev/trunk/solr/server/etc/jetty-http.xml Mon Jan  5 16:43:46 2015
@@ -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>

Modified: lucene/dev/trunk/solr/server/start.ini
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/server/start.ini?rev=1649584&r1=1649583&r2=1649584&view=diff
==============================================================================
--- lucene/dev/trunk/solr/server/start.ini (original)
+++ lucene/dev/trunk/solr/server/start.ini Mon Jan  5 16:43:46 2015
@@ -1,7 +1,5 @@
 --module=http
 
-jetty.port=8983
-
 jetty.threads.min=10
 jetty.threads.max=10000
 jetty.threads.idle.timeout=50000