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/09/19 01:04:13 UTC

[Jackrabbit Wiki] Trivial Update of "JackRabbitOnWeblogic" by RayPolk

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 RayPolk:
http://wiki.apache.org/jackrabbit/JackRabbitOnWeblogic

------------------------------------------------------------------------------
  == Using WebDAV ==
   * No special configuration is needed for using WebDAV
  
+ = JackRabbit On WebLogic Portal = (work in progress)
+ 
+ 1)	Download rar
+ 2)	Explode the rar putting jars in system class path & exploded rar/META-INF/ra.xml & weblogic-ra.xml in autodeploy dir (WLS Console doesn't seem to work well with .rar files)
+ 3)	modify ra.xml to point to repository directory & repository.xml (repository must be in domain root or BEA_HOME) 
+ 4)	write scripting to map dirs to local system
+ 5)	add entry to content-config.xml
+ 6)	write custom node type def file (cnd)
+ 7)	write code against jackrabbit api to create types & content
+ 8)	add app lifecycle listener or filter to call type creation code
+