Hi, On Wed, Aug 6, 2008 at 7:29 PM, Michael Harris <[EMAIL PROTECTED]> wrote: > If we choose deployment module 3, which is stand alone server mode, how does > code in a webserver access the JR server? Does it have to be RMI or webdav?
Yes, you need a network protocol to access a standalone server. If you want to use the JCR API in your client application, then I would suggest that you use the RMI layer to access the remote repository. Note that if you want to support multiple web servers accessing the same repository, you may also want to take a look at the clustering feature that allows the same repository to run locally on each server. BR, Jukka Zitting
