Hi On Thu, Mar 6, 2008 at 10:15 AM, Gandhirajan Natarajan <[EMAIL PROTECTED]> wrote: > But our basic need is webdav so that we can access the repository > through the web browser. > > Can I expose the repository both through RMI and Webdav at the same > time?
Yes, you can do it. Both RMI and WebDAV allow your external applications (processes) to access repository content remotely (bear in mind that these are different protocols, using different transports, and having different capabilities though). Cheers Greg -- -- Greg Klebus | http://day.com | http://dev.day.com -- Best open-source JCR repository: http://jacrkabbit.apache.org
