How do I connect single CQ5 with multiple database like cert, dev databases?
Hi,
Please explain the procedure to connect single CQ5 author instance with multiple databases.
Thanks & Regards,
Debal
Hi,
Please explain the procedure to connect single CQ5 author instance with multiple databases.
Thanks & Regards,
Debal
Configure Multiple DataSourcePool objects - each one pointing to a different database. You can use app logic to use each one:
if (A)
USE DataSourcePoolA
else if (B)
USE DataSourcePoolB
else if (C)
USE DataSourcePoolC
To learn how to use a DataSourcePool and configure it with AEM -- see:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.