I know Tomcat has built-in WebDAV support, but we can't use Tomcat for the current customer. I found Milton, but it seems to be in it's early phases. Any alternatives? I don't need full WebDAV support, just opening, editing and saving single files, no version history, folders, etc. Thanks in advance, Peter

link|improve this question
Why do you need a java plugin ? Can't you just use apache with mod_dav ? – Pascal Thivent Mar 8 '09 at 17:58
feedback

migrated from stackoverflow.com Sep 17 '10 at 13:25

This question came from our site for professional and enthusiast programmers.

1 Answer

As far as I recall, Tomcat's support was a separate servlet, so this should be usable.

Otherwise, have a look at Apache Jackrabbit's WebDAV server code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown