Howdy, I answered this question in a bit more detail last week, so you may want to search the archives (a generally good idea before posting).
The WebDAV servlet is included with the tomcat distribution (and has been enhanced in fact for tomcat), $CATALINA_HOME/server/lib/servlets-webdav.jar. There is no default WebDAV web application with tomcat 5. You are to use the WebDAV servlet to build your own webapp. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Patricia Goldweic [mailto:[EMAIL PROTECTED] >Sent: Friday, December 19, 2003 5:34 PM >To: [EMAIL PROTECTED] >Subject: webdav and Tomcat 5.0 - is it bundled or not? > > > >Is a webdav server bundled with Tomcat 5.0 just like it was with earlier >versions of Tomcat? If so, how can one access it? >(I've tried http://localhost:8080/webdav without success). I am also >unable to locate the webdav web application in the Tomcat installation. >Thanks for any information, >-Patricia > >Patricia Goldweic >[EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
