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 rkorbee: http://wiki.apache.org/jackrabbit/JackRabbitOnWeblogic New page: = JackRabbit On WebLogic = == Applies to versions == * WebLogic 8.1 SP4 * Oracle 9i == Setting up JNDI in JackRabbit == * This is the default configuration. With Oracle this doesn't work because Oracle needs an OracleDataSource to be able to use Oracle extensions such as BLOB, Struct etc. * For Oracle support with JNDI a new class is implemented: JNDIOracleDatabaseFileSystem. The code for this class stored on the examples page. * Change JNDIDatabaseFileSystem to JNDIOracleDatabaseFileSystem in the above example. The other settings remain the same. == Configuring WebLogic == * Use the default Oracle driver * Configure a datasource * create a JNDI name * now webLogic will return a wrapper DataSource for Oracle from which Jackrabbit can use Oracle extensions == Using WebDAV == * No special configuration is needed for using webDAV