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

svn commit: r1681673 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/build.xml

Author: markrmiller
Date: Tue May 26 02:23:46 2015
New Revision: 1681673

URL: http://svn.apache.org/r1681673
Log:
SOLR-7592: Fix ant run-example after Jetty 9 upgrade.

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/build.xml?rev=1681673&r1=1681672&r2=1681673&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/build.xml (original)
+++ lucene/dev/branches/branch_5x/solr/build.xml Tue May 26 02:23:46 2015
@@ -69,6 +69,7 @@
     <property name="example.heap.size" value="512M"/>
     <java jar="${server.dir}/start.jar" fork="true" dir="${server.dir}" maxmemory="${example.heap.size}">
       <jvmarg line="${example.jvm.line}"/>
+      <arg value="--module=http"/>
       <sysproperty key="solr.solr.home" file="${example.solr.home}"/>
       <sysproperty key="jetty.port" value="${example.jetty.port}"/>
       <sysproperty key="jetty.home" value="${server.dir}"/>