You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by tung vu duc <tu...@yahoo.com> on 2008/09/06 19:51:54 UTC

where does sling register the embedded jackrabbit for RMI access.

i have tried to connect from my webapp to the embedded jackrabbit of sling under "http://localhost:8080/sling/rmi",
but no success. Sling runs with no problems.



      

Re: where does sling register the embedded jackrabbit for RMI access.

Posted by Felix Meschberger <fm...@gmail.com>.
Hi Tung,

By default Sling creates an RMI registry at port 1099 and provides the
repository under the name configured for the repository instance. Out of
the box the name is jackrabbit. So you have to configure your RMI client
 to access rmi://localhost:1099/jackrabbit.

Regards
Felix

tung vu duc schrieb:
> i have tried to connect from my webapp to the embedded jackrabbit of sling under "http://localhost:8080/sling/rmi",
> but no success. Sling runs with no problems.
> 
> 
> 
>       
>