问题
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.
回答1:
Like stated in comments, you can check THIS Documentation.
来源:https://stackoverflow.com/questions/9170922/setting-up-a-jdbc-connection-pool-for-sybase