On 14/11/2013 20:18, Ioan Eugen Stan wrote: > Hello there, > > I have to implement a webdav server integrated with my Java > application and I wish to know if I can use tomcat Webdav Servlet. > I have some accounts, each account with it's own space and it's own > users. I wish to give users access to their account space. I've tried > milton and I'm not satisfied with the integration so I'm looking for > alternatives. > > Basically I need help/info about the following: > > - can I implement my own authorization (users are in DB)
Yes. > - can I implement my own authorization - to allow users access only to > their own home directories Yes. > - can I plan to deploy it on Apache Karaf 2.3.3 which uses jetty as > embeded server so I would be curious to know if using it in another > servlet container is possible. Unlikely. The WebDAV servlet extends Tomcat's default Servlet and both make extension use of Tomcat's internal API. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org