from an older post of you on http://archives.real-time.com/pipermail/tomcat-devel/2001-December/ 025155.html

i have found a solution for the webdav over tomcat connector on windows problem.... ;)


if you make a connection from an os x or linux box on a tomcat webdav w/ webapp connector for example on "http://localhost/webdav/";, the webdav client sends a request for "http://localhost/webdav/"; so it works without a problem.


If you make a connection from a windows webdav client on "http://localhost/webdav/"; it sends only a request for "http://localhost/webdav"; <------- WITHOUT A SLASH!!
but tomcat needs a slash at the end...! thats the problem!


all you must do now is forward all requests for "http://localhost/webdav"; to "http://localhost/webdav/"; within your apache config file.


greets livio



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



Reply via email to