cancel
Showing results for 
Search instead for 
Did you mean: 

Share JCO Connection between webapps in Tomcat

Former Member
0 Kudos

Hi, java-eros

I have three application in the webapps one of them dedicated to create a connecion with sapjco to r3 and I want to access that connection from the others two applications, someone of you has tried to share a SAP JCO connection between others webapps...?? How can I do that?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Make sure the connections are pooled in the JCO.

Then whenever you need a connection request it to the pool and when you are done release it to the pool.

In fact your pool will be servicing all 3 apps.