From: Brian K Bonner [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 19, 2004 9:10 PM
> To: Tomcat Users List
> Subject: RE: WebDav behavior
> 
> OK, I probably need to start over.
> 
> I'd like to access content from http://localhost:8080/abc 
> with my browser 
> and be able to see the Index.html rendered properly.
> I'd like to access http://localhost:8080/abc  from GoLive and 
> see the list 
> of files.
> 
> I suspect I can't have it both ways, true? 

Correct. Both UAs use a GET, so the response will be the same (either the
listing OR index.html) You can't have different responses for different clients
for the same request.

> i.e. I suspect that I'll need 
> an app (i.e. Slide or something equivalent) in a different 
> context (i.e. 
> webdav) that will map into my directory structure for 
> managing content 
> responsible for context of http://localhost:8080/abc.

If you are using a non-windows box then symlinks might help with this. The
standard tomcat webdav servlet does not support specifying a different root
directory for the webdav contents (although such a enhancement has been
discussed and if anyone wants to provide a patch...)

> I compared the response I get from WebDavServlet to that of 
> RFC2518 and it's good.

Glad to hear this. If you do spot any problems, raise a bugzilla issue and I'l
take a look.



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

Reply via email to