You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Duncan McGregor <dx...@adv.sonybpe.com> on 2001/02/12 17:33:26 UTC

WebdavServlet

I'm interested in extending WebdavServlet to give directory-like access to a
compound video file format we're developing, allowing the file to be treated
like a directory of scenes, themselves composed of shots. So I'll serve the
file and scenes as DAV containers, and generate the data for individual
shots on the fly when the "file" is requested.

However reading the code its not clear to me how tightly WebdavServlet is
tied to Catalina.

I think that as, for example, serveResource(...) in DefaultServlet casts a
javax.servlet.ServletContext to an org.apache.catalina.ApplicationContext,
this implies that WebdavServlet will only run within Catalina. Is this the
case? If so, does anybody know of a bare-bones generic DAV servlet which I
can start with.

Thanks in advance

Duncan Mc^Gregor
"The name rings a bell"




*************************************************************************
The information contained in this message or any of its
attachments may be privileged and confidential and intended 
for the exclusive use of the addressee. If you are not the
addressee any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited
**************************************************************************