It is the webdav servlet mapping that needs to change, not the default
servlet.
Mark
Padmanabhan, Sheeba wrote:
Hi Mark,
I modified the web.xml under \conf folder to change the url_pattern as
follows:
<!-- The mapping for the default servlet -->
<servlet-mapping>
<servlet-name>default</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
But that didn't help. I am not that familiar with tomcat configuration
settings. If I am doing something wrong, please correct me. Any help would
be greatly appreciated.
Thanks
Sheeba
-----Original Message-----
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 3:01 PM
To: Tomcat Users List
Subject: Re: Webdav on Tomcat 5.0.28 fails
What URL mapping are you using? For MS clients "/*" works better than "/".
Mark
Padmanabhan, Sheeba wrote:
Our Webdav Server works fine with Tomcat 4.0. But when it is configured to
use it through Tomcat 5.0, it just won't work. The Webfolders, Office
Appilications - all are failing. Am I missing any configuration settings
specific to 5.0?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]