You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by eb...@web.de on 2001/12/27 15:29:50 UTC

Access another webapp from webdav servlet

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Access another webapp from webdav servlet

Posted by Dirk Verbeeck <di...@pandora.be>.
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



ebuchner@web.de 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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>