Hi,
Please explain the procedure to connect single CQ5 author instance with multiple databases.
Thanks & Regards,
Debal
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes
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
Views
Replies
Total Likes
While configuring the DataSourcePool connection , we are using JDBC Connections Pool service,and we are providing the datasource name in 'DataSourceName' field.
If we try make connection with multiple datasources, how can we manage it.
Thanks & Regards,
Debal
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies