You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2007/04/05 18:53:54 UTC

[Jackrabbit Wiki] Trivial Update of "JackrabbitOnJBoss" by ThierryLach

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by ThierryLach:
http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss

------------------------------------------------------------------------------
  
  === Expose the local repository through RMI ===
  
-  * download jcr-rmi from svn and build it.
+  * download jcr-rmi from svn (at http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-webapp for example) and build it.
   * copy the generated jar to the jboss deploy folder.
  
  Now a JCR RMI server is running at jnp://localhost:1099/jcrServer
  
  === Expose the local repository through Webdav ===
-  * build or download jcr-server
+  * build or download jcr-server from http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-webapp
   * remove jcr-1.0.jar from the war.
   * configure jcr-server to connect to the local repository. see attachment:web.xml
     * disable repository startup servlet in web.xml.