You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2012/03/20 19:09:38 UTC

svn commit: r1303064 - /lucene/dev/trunk/solr/example/etc/jetty.xml

Author: yonik
Date: Tue Mar 20 18:09:37 2012
New Revision: 1303064

URL: http://svn.apache.org/viewvc?rev=1303064&view=rev
Log:
SOLR-3159: don't auto-scan for new webapps

Modified:
    lucene/dev/trunk/solr/example/etc/jetty.xml   (contents, props changed)

Modified: lucene/dev/trunk/solr/example/etc/jetty.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/etc/jetty.xml?rev=1303064&r1=1303063&r2=1303064&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/etc/jetty.xml (original)
+++ lucene/dev/trunk/solr/example/etc/jetty.xml Tue Mar 20 18:09:37 2012
@@ -139,7 +139,7 @@
               <New class="org.eclipse.jetty.deploy.providers.WebAppProvider">
                 <Set name="monitoredDirName"><Property name="jetty.home" default="." />/webapps</Set>
                 <Set name="defaultsDescriptor"><Property name="jetty.home" default="."/>/etc/webdefault.xml</Set>
-                <Set name="scanInterval">1</Set>
+                <Set name="scanInterval">0</Set>
                 <Set name="contextXmlDir"><Property name="jetty.home" default="." />/contexts</Set>
 		<Set name="extractWars">true</Set>
               </New>