mirror of https://github.com/apache/lucene.git
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:
parent
b7a7e5a625
commit
5855c9c54b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue