Hi, I’m learning jackrabbit oak, when trying the standalone server example, after the server starting up, from my java code I want to connect to the server and get a handle(reference) of the repository back.
We know jackrabbit 2 can do this kind of thing by RMI, JNDI, Webdav or some other ways, but I could not find anyway that jackrabbit oak does. My question is how can our code to connect to a remote jackrabbit oak standalone server and get a repository reference back, so we can do all our operations on it?
