Skip to content
Lukas Kahwe Smith edited this page Jun 26, 2013 · 2 revisions

Jackrabbit provides a CLI interface that can be connected to using the standalone jar:

java -jar jackrabbit.jar --cli http://localhost:8080/server

Note that one is automatically connected to the default workspace, connecting to another workspace first requires a logout:

> logout
> login admin admin -workspace foobar

You can use the help commend to get more information:

> help
> help login

For more information see http://wiki.apache.org/jackrabbit/InteractiveCommandLine

Clone this wiki locally