Thanks Remy,
That gave me an idea and I modified the web.xml servlet-mapping to '/'
and changed the server.xml context to 'logical_name/webdav' and it
works. Kind of a hack though. Do you know, is this a case of the MS
Win2K File Explorer not conforming to the standard and needing to
upgrade or is is just broken?
Marty
Remy Maucherat wrote:
> Quoting Martin Gronberg <[EMAIL PROTECTED]>:
>
>> Using Slide 1.0.9 and Tomcat 3.2.1 on Linux. Trying to create a
>> relative mapping to the Slide WebDAV Servlet. Want WebDAV servlet to
>> respond to http://host:port/logical_name/webdav/ and treat that as the
>> doc root. WebDAV command line client seems to work, however, MS Win2K
>> File Explorer and Slide Servlet not working.
>
>
> I'm aware of the issue, but unfortunately I can't really fix it.
> In your case, a request on http://host:port/logical_name/webdav will fail,
> although http://host:port/logical_name/webdav/ will work ok.
>
> IE will always make the request on http://host:port/logical_name/webdav. That's
> why IE doesn't work here.
>
> Remy