Search code examples
javajakarta-eetomcatsap-ase

Setting up a jdbc connection pool for sybase


I am currently creating a jdbc connection for every jsp or servlet.

How can I create a jdbc connection pool for sybase such that the need for creating the connection for every jsp/servlet can be avoided and the jsp/servlet can directly get the connection and transact with the database.

Can anyone provide step-by-step instructions for setting up of the same and also how to use it.

And the pool should be able to handle a commercial website.


Solution

  • Like stated in comments, you can check THIS Documentation.