My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
xCMISConfigureOnPredefinedJCRWorkspace  
HOW TO configure xCMIS on predefined JCR workspace
1.0, eXo
Updated Mar 28, 2012 by alexey.zavizionov

This document refers to 1.0 version of xCMIS.

If you want to use CMIS with your JCR workspace follow this documentation to change xCMIS bundle Demo Tomcat.

In the server bundles provided with xCMIS an application server (Tomcat) launches Standalone eXo Container with exploded configuration which you may need to modify. This configuration is placed in /xcmis-server-war/src/main/webapp/WEB-INF/classes/conf/exo-configuration.xml. It is available in binary at xcmis.war#/WEB-INF/classes/conf/exo-configuration.xml.

RepositoriesManager

You need to change:

  • Repository (JCR),
  • Workspace (JCR),

Here is how eXo JCR's configuration looks like:

   <component>
      <type>org.xcmis.sp.jcr.exo.StorageProviderImpl</type>
      <init-params>
         <object-param>
            <name>configs</name>
            <object type="org.xcmis.sp.jcr.exo.StorageProviderImpl$StorageProviderConfig">
               <field name="storage">
                        <object type="org.xcmis.sp.jcr.exo.StorageConfiguration">
                           <field name="id">
                              <string>cmis1</string>
                           </field>
                           <field name="repository">
                              <string>repository</string>
                           </field>
                           <field name="workspace">
                              <string>cmis</string>
                           </field>

See also


Sign in to add a comment
Powered by Google Project Hosting