SOLR-3159: don't auto-scan for new webapps

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-03-20 18:09:37 +00:00
parent b7a7e5a625
commit 5855c9c54b
1 changed files with 1 additions and 1 deletions

2
solr/example/etc/jetty.xml Executable file → Normal file
View File

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