diff options
Diffstat (limited to 'jetty-plus')
-rw-r--r-- | jetty-plus/src/main/config/etc/jetty-plus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-plus/src/main/config/etc/jetty-plus.xml b/jetty-plus/src/main/config/etc/jetty-plus.xml index 89de5f865f..f259c9a2d1 100644 --- a/jetty-plus/src/main/config/etc/jetty-plus.xml +++ b/jetty-plus/src/main/config/etc/jetty-plus.xml @@ -83,7 +83,7 @@ <Call name="addAppProvider"> <Arg> <New class="org.eclipse.jetty.deploy.providers.WebAppProvider"> - <Set name="monitoredDir"><Property name="jetty.home" default="." />/webapps-plus</Set> + <Set name="monitoredDirName"><Property name="jetty.home" default="." />/webapps-plus</Set> <Set name="defaultsDescriptor"><Property name="jetty.home" default="."/>/etc/webdefault.xml</Set> <Set name="scanInterval">5</Set> <Set name="contextXmlDir"><Property name="jetty.home" default="." />/contexts</Set> |