Hi Mark, I couldn't find any webdav servlet entry in the \conf\web.xml. Could you please tell me which tag exactly I should modify?
Also the litmus test for Webdav, return the OPTIONS method as "server does not claim webdav compliance" error. This happens only with Tomcat 5.0. Tomcat 4.0 and all other appServers are working fine with the same server. Thank you very much in advance. Thanks Sheeba -----Original Message----- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 2:11 PM To: Tomcat Users List Subject: Re: Webdav on Tomcat 5.0.28 fails 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
