Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-04-12 03:51:51 +0000
committerGreg Wilkins2011-04-12 03:51:51 +0000
commit793872d2533125ea357b0e1c61228ca423f2fa72 (patch)
tree9382c5e1f541fcad112faf9a1db1b81c50ec9f9e /jetty-plus/src/main/config/etc/jetty-plus.xml
parentd3c5eddd799b7f89a156429668ab46e6a7990746 (diff)
downloadorg.eclipse.jetty.project-793872d2533125ea357b0e1c61228ca423f2fa72.tar.gz
org.eclipse.jetty.project-793872d2533125ea357b0e1c61228ca423f2fa72.tar.xz
org.eclipse.jetty.project-793872d2533125ea357b0e1c61228ca423f2fa72.zip
deprecated methods
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3000 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-plus/src/main/config/etc/jetty-plus.xml')
-rw-r--r--jetty-plus/src/main/config/etc/jetty-plus.xml2
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>

Back to the top