On Sep 23, 2008, at 7:23 AM, Gary Lawrence Murphy wrote:

>
> I am attempting to enable webdav for a test and I'm wondering if there
> might be a step missing from the how-to page at
> http://www.caucho.com/resin-3.0/servlet/webdav.xtp

I've filed a bug report for this at http://bugs.caucho.com/view.php?id=2966

It's been awhile since we've worked on the webdav servlet, so I'm not  
exactlu sure what the issue is.

-- Scott

>
>
> For this test I am using the open non-secure settings (just to KISS).
> I have copied the given servlet config section into conf/resin.xml
>
> <servlet>
>  <servlet-name>webdav</servlet-name>
>  <servlet-class>com.caucho.servlets.webdav.WebDavServlet</servlet- 
> class>
>  <init>
>    <enable>write</enable>
>    <root>WEB-INF/webdav</root>
>    <secure>false</secure>
>    <role>*</role>
>  </init>
> </servlet>
>
> <servlet-mapping url-pattern='/webdav/*' servlet-name='webdav'/>
>
> and I see
>
> ==> /opt/resin/logs/msg.log <==
> [09:44:39.308] webdav: init
>
> but when I use a browser to access localhost:8080/webdav I get
> a 404 Not-Found error.
>
> on the chance it needed the root pre-created, I created the
> webapps/WEB-INF/webdav directory, but I still get that error.
>
> what did I miss?
>
>
> -- 
> Gary Lawrence Murphy <garym at teledyn.com>  
> =============================
> Alice laughed: "There's no use trying, one can't believe impossible  
> things."
> "I daresay you haven't had much practice," said the Queen.
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to