Hi All,
I am facing problem in database connectivity with AEM.
upto now ,
- I have created osgi bundle of mysql jdbc connector jar using eclipse,
- I install that osgi bundle in AEM instance using localhost:4502/system/console/bundles
But after this how to use this bundle with my project?.
can you please tell me the way to use this bundle !
Solved! Go to Solution.
Views
Replies
Total Likes
We have plenty of AEM community articles that show you how to connect to a database. See:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html (uses a DataSourcePool)
http://helpx.adobe.com/experience-manager/using/persisting-cq-data-relational-database.html
http://helpx.adobe.com/experience-manager/using/querying-persisting-cq-data-mysql.html
http://helpx.adobe.com/experience-manager/using/custom-sling-servlets1.html (uses a DataSourcePool from within a Sling Servlet)
Views
Replies
Total Likes
We have plenty of AEM community articles that show you how to connect to a database. See:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html (uses a DataSourcePool)
http://helpx.adobe.com/experience-manager/using/persisting-cq-data-relational-database.html
http://helpx.adobe.com/experience-manager/using/querying-persisting-cq-data-mysql.html
http://helpx.adobe.com/experience-manager/using/custom-sling-servlets1.html (uses a DataSourcePool from within a Sling Servlet)
Views
Replies
Total Likes
You need to set osgi configuration for jdbc connection pooling. Go to felix console
OSGI Configuration -> JDBC Connections Pool
Setup your jdbc driver and other settings.
Views
Replies
Total Likes
Mshajiahmed wrote...
You need to set osgi configuration for jdbc connection pooling. Go to felix console
OSGI Configuration -> JDBC Connections Pool
Setup your jdbc driver and other settings.
Information about the connections pool service is here as well:
scott
Views
Replies
Total Likes
Views
Likes
Replies