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/25 17:10:43 UTC

[Jackrabbit Wiki] 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 (at http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-webapp for example) and build it.
+  * download jcr-rmi from svn (at http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-jcr-rmi 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 from http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-webapp
+  * build or download jcr-webapp 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
+  * configure jcr-webapp to connect to the local repository. see attachment:web.xml
     * disable repository startup servlet in web.xml.
     * Change the JNDI Name.
       It must match the jndi-name set in jcr-ds.xml. default is "java:jcr/local"