Re: Apache (HTTPD) integration

Tino Schöllhorn <[email protected]> Wed, 28 Feb 2007 16:38:26 +0100
Newsgroups gmane.comp.jakarta.slide.user
Message-ID <[email protected]>
Hi,

the solution was: I just had to implement BASIC authentication and voila 
now it works. Though I still don't understand what exactly the problem 
was...

Tino

Tino Schöllhorn wrote:
> Hi,
> 
> I'm in the process of integration slide as WebDAV-Layer in our 
> application. So far it works fine. Now I want to use our Apache 
> Web-Server as the http-Server.
> 
> The problem is that when I use an URL like:
> 
> http://demo.localhost.de/kos/webdav/
> 
> in the Windows XP WebDav-Client I should authenticate the folder.
> 
> But when I am using the Tomcat via
> 
> http://demo.localhost.de:8080/kos/webdav/
> 
> it works fine.
> 
> The thing is: for ease of development I don't use any authentication 
> method yet. And: If I use the Apache-URL in an Webbrowser I can browse 
> the WebDAV-Folder.
> 
> What am I missing? Do I have to activate a WebDAV-Module in Apache or 
> something like that?
> 
> With regards
> Tino
> 
> P.S: Tomcat is connected via JK1.2 (AJP) to the Apache-Server.