Re: Apache (HTTPD) integration
Tino Schöllhorn <[email protected]> Tue, 27 Feb 2007 11:23:17 +0100
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have one more piece of information for this problem. Whenever I try to access the WebDAV-Folder via Apache2 I get the following message in the access-log: 127.0.0.1 - - [27/Feb/2007:11:19:57 +0100] "PROPFIND /kos HTTP/1.1" 405 332 It seems that the PROPFIND - Method is not accepted. What seems strange to me, is that I made an request to a different resource - it should be /kos/webdav. Hope someone can give me a hint. 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.