users@glassfish.java.net

Re: webdav: where is sun-web.xml?

From: <glassfish_at_javadesktop.org>
Date: Sun, 21 Oct 2007 22:35:58 PDT

I think the confusion might be because of the assumption that you could do it at the web-tier
by default. I think you can always do it per application basis and carry over these settings to
your app's web.xml rather than modifying default-web.xml.

- Create a web application.
- In that app's web.xml, make the changes suggested to default-web.xml.
- Deploy that app.

Now, if your app's context-root is /dav, then you'd have WebDAV support for
http://host:port/dav/webdav/*.

Regards,
Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=241440