That works fine, thanks, except for this: The web app I want to make accessible has some configuration files in the WEB-INF directory. I know that WEB-INF has special status, but wouldn't it be nice if a web app could be managed entirely from remote through webdav? Is there a way to do this with Tomcats Webdav Servlet? What about the Slide Webdav Servlet (BTW why are there two of these servlets)?
Many thanks Eckard Buchner "Slide Users List" <[EMAIL PROTECTED]> schrieb am 06.01.02: Hi To use the tomcat webdav servlet you have to configure web.xml in the WEB-INF directory of that web application. Just add the <servlet> and <servlet-mapping> parts from the webdav/WEB-INF/web.xml to the example/WEB-INF/web.xml file. I have tested this with Tomcat/4.0.2-b1 and it works for me. If you have problems I can send you the modified version of web.xml Dirk [EMAIL PROTECTED] wrote: > > Hi, > if this question has been answered already or is clear to everybody else, flame on >me! But after trying for three days now, I feel like giving up. > > I'd like to use the webdav servlet in tomcat 4 to upload files to another web >application that is running in the same server. The servlet is returning files from >/webdav only, how can I access, say, /examples? > > Many thanks > Eckard Buchner > ________________________________________________________________ > Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! > Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
