How to switch workspace to jackrabbit-standalonecommand line client? I have a version 2.4.3.
I connect as follows:
java -jar jackrabbit-standalone-2.4.3.jar --cli rmi://localhost:1100/jackrabbit
It registers me as anonymous, so I switch to admin as follows:
[/] > logout
elapsed time: 2 ms.
[not logged in] > login admin admin
elapsed time: 21 ms.
[/] > info
Repository: rmi://localhost:1100/jackrabbit
User : admin
Workspace : default
Node : /
Session is live.
Session has no changes.
How to switch the default workspace? I could not find the information in the team help. He only says how to create a new workspace or how to clone or copy nodes to another workspace.
source
share