Hi,
How to bind our Nuxeo with Remote Repository running in separate JVM ?
I follow the instructions given in this Url
http://doc.nuxeo.org/current/reference/html/administration.html
[22.4.4. Setting
up a new repository configuration].
Inside nuxeo.ear/config folder i created
1 . MyRepo-repositoy-config.xml Add the new repository configuration
2 . MyPlatform-Layout-config.xml Declare the new repository to the
platform
3 . myrepo-ds.xml Registering our Repository
Then i run Nuxeo and login and i able to saw the new Repository in
webpage and also able to save and retrieve the document .
By default Repository is stored inside
"server/default/data/nxruntime/repos" folder
Now in another machine i Created the Repository inside
C:/Repository by deploying jackrabbit-jca-1.2.3.rar in Jboss server .
Then i want to store and retrieve the documents to the newly created
repository in another machine From Nuxeo server running in my machine.
For the above requirement i add the following code in
MyPlatform-Layout-config.xml
<!-- Here locate JbossBossLocator to another machine "*172.16.0.89:1099*
" -->
<extension target="org.nuxeo.runtime.api.ServiceManagement" point="servers">
<server class="org.nuxeo.runtime.api.JBossServiceLocator">
<group>*MyGroup*</group>
<property name="java.naming.factory.initial">
org.jnp.interfaces.NamingContextFactory</property>
<property name="java.naming.provider.url">jnp://*172.16.0.89:1099*
</property>
<property name="java.naming.factory.url.pkgs">
org.jboss.naming:org.jnp.interfaces</property>
</server>
</extension>
<!-- Here Bind Our Newly created Repository to the above group "*MyGroup*
" -->
<extension target="org.nuxeo.runtime.api.ServiceManagement"
point="services">
<service class="org.nuxeo.ecm.core.api.CoreSession" name="*MyRepo*" group="*
MyGroup*">
<locator>%DocumentManagerBean</locator>
</service>
</extension>
and run Nuxeo server in my machine and Jboss Sever in another machine.
But It doesn't store and retrieve the document from another machine...it
uses my machine store and retrieve in
"server/default/data/nxruntime/repos/MyRepo" folder
Idon't know whether i did correctly or not.*Could any body help me to
proceed in a Right Way.*
*help me How to solve this problem and what configuration we need to do?*
Thanks & Regards,
Dhanasekar T.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm