On 5.5.9...
* Go to webapps/webdav/WEB-INF
* Edit web.xml
Go to bottom and fix...
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
After I fixed, still not work...
Tom
Kyle <kl@attitia.com> wrote:
On 5.5.9,
I can get http://localhost/webdav/index.html to serve up the webdav home
page. If I just put /webdav in, I get the directory index. Though, I
suspect I could get it to serve it up straight away if I play with the
mapping.
AH!!! Just occured to me. I'm picking it up through Apache as opposed to
Tomcat standalone.
K
Marius Hanganu wrote:
> The problem can be reproduced. There is already a bug describing this
> issue:
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=26449
>
> Regards,
> Marius
>
> -----Original Message-----
> From: George Francis [mailto:gfrancis1@gmail.com]
> Sent: Sunday, August 21, 2005 7:07 PM
> To: tomcat-user@jakarta.apache.org
> Subject: WebDav on Port 80
>
> Hello,
> If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out
> of the box' by starting the server and opening 'localhost:8080/webdav'
> as a web folder.
> Great!
> If I then go in to server.xml and change the port to 80; the WebDav
> functionality is lost - I get a message from IE saying "Cannot open
> 'localhost:80/webdav' as a web folder - would you like to see it's
> default view instead".
> Can anyone else reproduce this? Are you all able to run webdav on port
> 80 without issues? Is there any trick Im missing?
> Any help greatly appreciated!.
> G
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
--
------------------------------------------------------------------------
Kind Regards
Kyle Lange
Tel: +61 (0)431 88 3978
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|