You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Guo Zhenhua <je...@gmail.com> on 2009/12/09 23:44:37 UTC

Standalone server installation problem

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