in wich node the cms "store" my files when i use the cms admin for uploading the contents?
When running in Portal clustered mode: If the PortalCMS clustering is used, it currently designates a Singleton PortalCMS node which processes all requests (retrieval/publishing). This node is selected randomly and when this node crashes in the cluster, another clustered node takes the role of the PortalCMS processor. When running in Portal non-clustered mode: You should still be able to use PortalCMS in a clustered setup since you are using the 100% filebased approach using an NFS mount. In this case, the nodes where the actual requests come in (publishing/retrieving) are the ones processing, and data is accessed on the NFS mount which shared by all the nodes in a cluster Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034081#4034081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034081 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
