On Thu, 2009-05-07 at 08:19 +0200, Sandro Boehme wrote:
> Hello,
> 
> to access Magnolia from an external application (the JCR Browser) I 
> would like to register it via RMI. Is there an simple way to do that?

Short answer: No.
Long answer: If you are using EE edition of Magnolia you can use jndi
module to share access to repository between multiple web applications
as long as they are running in same JVM. Magnolia doesn't expose it's
repository via RMI. It is important to remember that Magnolia is not a
repository provider, but that it uses repository to store the data. If
you want to share repository look at Jackrabbit functionality directly.
If all you want is to look at how Magnolia stores the data in
repository, you should be able to connect and JCR Browser to repository
directly when Magnolia is not running. Remember tho that Magnolia expect
certain structures to exist in the repository as it assumes to be the
only application accessing the repository and any changes you might make
to the repository using JCR Browser might render your installation
broken.

HTH,
Jan
> Thanks in advance for your support.
> 
> Best,
> 
> Sandro
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to