This seems to work:

[server.xml excerpted]
-----------------------------------------------
<!-- uses standard web.xml as deployment descriptor -->
<Context path="myWWW"
              docBase="appXyz"
              ...
              />

<!-- uses webdav.xml as deployment descriptor -->
<Context path="myWebDav"
              docBase="appXyz"
              defaultWebXml="<full pathspec>\WEB-INF\webdav.xml"
              ...
              />
-----------------------------------------------

where webdav.xml contains the standard webdav servlet definitions and
necessary security constraints.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to