> Hello,
>
> I tried using the /webdav example servlet supplied with Tomcat 4.0.  It
> worked fine in read-only mode from Windows' "Web folders".  I then
modified
> "web.xml" for the webdav context to enable read-write access, and using
the
> already running and enabled HTML manager servlet (not the plain text
> version) for tomcat, I reloaded the webdav application.
>
> The changes I had made to the appropriate web.xml (i.e.: enabling
read-write
> access) weren't effective.  I had to shutdown and restart Tomcat before
the
> changes became effective.
>
> What does the "reload" command actually do then?  Does it skip reloading
> web.xml ?

Yes. reloading does everything but rereading web.xml (at least at the
moment). To pick up the changes in web.xml, you have to stop and then start.

Remy

Reply via email to