Mobile page and clustering
Dear experts,
I'm looking for one solution of
Q1) how would I design the new cms platform so that globally distributed editors and global customer can deploy in central data center. My initial understand is as follows -
This can be done by clustering.
User
|
Server & Dispatcher
|
Load balancing
|
Publish1 Publish2 Publish3 ....
|
Replication
|
Author1 Author2 Author3....
Shared external databse can be configured by modifying repository.xml
<DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
<param name="url" value="jdbc:mysql://host:port/crx1"/>
<param name="user" value="crx"/>
<param name="password" value="password"/>
Could you please let me know I'm on the right direction and what else needs to be done.
Q2) Approach on how to develop solution that could deliver the content on web and on the mobile?
For this I wanted to create a single page which serve both the web and mobile. I found this page but it does not provide details to serve both the purpose. Could you please share some details?
Many thanks for your help!