Skip to content
Snippets Groups Projects
Commit a1b768b4 authored by felmer's avatar felmer
Browse files

LMS-1810 scanInterval = 0 prevents re-deployment

SVN: 18554
parent 2d1fc14b
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<Arg> <Arg>
<New class="org.eclipse.jetty.deploy.providers.WebAppProvider"> <New class="org.eclipse.jetty.deploy.providers.WebAppProvider">
<Set name="monitoredDir"><Property name="jetty.home" default="." />/webapps</Set> <Set name="monitoredDir"><Property name="jetty.home" default="." />/webapps</Set>
<Set name="scanInterval">5</Set> <Set name="scanInterval">0</Set>
<Set name="extractWars">true</Set> <Set name="extractWars">true</Set>
</New> </New>
</Arg> </Arg>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment