Setting up a jdbc connection pool for sybase

两盒软妹~` 提交于 2019-12-11 01:24:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!