You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carsten Tham <c....@biomax.de> on 2002/09/20 18:14:38 UTC

Connecting WebDAV with a database

Hi,

i'm currently searching for a way to modify the standard WebDAV-Servlet 
to map DB-Entries into a webdav-filesystem.
The default webdav-servlet seems to use the "FileDirContext"-class to 
map the servers filesystem (the webapps/webdav-directory) into the 
webdav-filesystem.

I think it should be possible to use a custom "FileDirContext"-class to 
implement the DB-connect, but where should this class be instantiated 
(overwrite "DirContext DefaultServlet::getResources()" ???) and will 
this work or are the other possibilities to get this done?

Thanks
- carsten tham


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>