2009-09-07 07:46:30 UTC
Hello,
I write a custom jackrabbit server and the url is :
http://localhost:8282/rmi
and i access like this:
Repository repository = new URLRemoteRepository("
http://localhost:8282/rmi");
and it work fine. But when i test it with jLibrary it cannot connect. How do jLibrary connect to my expose jackrabbit server? do i nedd jLibrary specifics?
thanks a lot.
cheers.