Re: Own implementation WebdavServlet

2006-06-05 Thread Jon Wingfield
From previous posts to this list I believe the WebDAV servlet shipped 
with tomcat is intentionally a bare bones implementation.


Have you seen the Slide project? http://jakarta.apache.org/slide/index.html

Jon

[EMAIL PROTECTED] wrote:

I want to make my own implementation of
org.apache.catalina.servlets.WebdavServlet. I first wanted to make a
test by copying the contents of this class to a new class. Now there's a 
strange phenomenon: the ProxyDirContext
resources cannot be retrieved. It is retrieved from the contextAttribute
org.apache.catalina.resources, but I can't find where it is set. Can
anybody help me with this? Why is it the DefaultServlet, and its subclass
WebdavServlet can find it, but my own subclass with exactly the same code
can't? Has anybody successfully made an own implementation of WebDAV?

Jeroen

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Own implementation WebdavServlet

2006-06-02 Thread jeroen
I want to make my own implementation of
org.apache.catalina.servlets.WebdavServlet. I first wanted to make a
test by copying the contents of this class to a new class. Now there's a 
strange phenomenon: the ProxyDirContext
resources cannot be retrieved. It is retrieved from the contextAttribute
org.apache.catalina.resources, but I can't find where it is set. Can
anybody help me with this? Why is it the DefaultServlet, and its subclass
WebdavServlet can find it, but my own subclass with exactly the same code
can't? Has anybody successfully made an own implementation of WebDAV?

Jeroen

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]