This works for me.

Did you restart the app after changing web.xml?
What version of tomcat are you using? 

Mark

> -----Original Message-----
> From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 12, 2004 11:40 AM
> To: [EMAIL PROTECTED]
> Subject: Newbie: problem with WebDav Tomcat servlet
> 
> I want to use tomcat to develop an application. I've got the tomcat
> server correcly running, and I managed correctly basic users
> permissions.
> 
> I have a problem: i want to use webdav to upload my app contents (jsp
> pages), but I get two errors:
> - Webdav runs correctly and ask me the correct password. 
> After that, it
> shows me only the webdav/ contents (index.html  tomcat.gif
> tomcat-power.gif  WEB-INF), and I can't write anything. The
> WEB-INF/web.xml contains the uncommented init-param:
> 
>     <!-- Uncomment this to enable read and write access -->
> 
>     <init-param>
>       <param-name>readonly</param-name>
>       <param-value>false</param-value>
>     </init-param>
> 
>     <!--load-on-startup>1</load-on-startup-->
> 
> - I want to read and write with webdav (i'm using dreamweaver) my app
> dir:
> 
> /usr/share/tomcat/server/webapps/dwers
> 
> but I simply can't. 
> 
> I need some help, also a correct rtfm, because I've searched a lot but
> with no results.
> 
> Thanks in advance.
> 
> -- 
> Alessandro Ronchi <[EMAIL PROTECTED]>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to