I downloaded jackrabbit-standalone-1.6.0.jar and ran it using command
java -jar jackrabbit-standalone-1.6.0.jar -host myhostname -port 9000
Then I accessed http://myhostname:9000/ and the main page showed up
fine. However, when I clicked the button "Create Content Repository"
to create a new repository, I got following error
HTTP ERROR: 404
NOT_FOUND
RequestURI=/admin
Powered by Jetty://
The content repository creation request goes to "/admin", but I did
not find any server-mapping in WEB-INF/web.xml to that URL.
Any ideas?
Gerald