Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Issue in Database connectivity with AEM

Avatar

Former Community Member

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 !

1 Accepted Solution

Avatar

Correct answer by
Level 10
3 Replies

Avatar

Correct answer by
Level 10

Avatar

Level 9

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.

Avatar

Level 8

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: 

http://docs.adobe.com/docs/en/aem/6-0/develop/platform/jdbc.html#Configuring%20the%20JDBC%20Connecti...

scott