Start the Repository
- Download jackrabbit-standalone. Unzip it.
- At a command prompt in the unzipped directory, type:
> startRepo
- A Web browser. Browse to http://localhost:8123/
Click "Browse" along the left menu. - A WebDAV Client. Download AnyClient. (Freeware)
Host: http://localhost:8123/repository/default/
Username: admin
Password: admin
Connection type: WebDAV - Command line. Download jcr-commands. (I can't take credit for this. License Info here.)
At a command prompt in the unzipped bin directory, type:> run
For this tool you must connect through RMI, not HTTP, so type:> connect rmi://localhost:1099/jackrabbit
> login admin admin
> ls
- Java Code. Download JcrTalker. Unzip it.
At a command prompt in the unzipped directory, type (notice the trailing slash):> groovy JcrTalker.groovy /
(Note: The .bat files used above can easily be translated to shell scripts or Mac scripts to suit your non-windows needs.)
No comments:
Post a Comment