The moose likes Servlets and the fly likes Connection Pool for JSP---Urgent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Connection Pool for JSP---Urgent" Watch "Connection Pool for JSP---Urgent" New topic
Author

Connection Pool for JSP---Urgent

Ved Antani
Greenhorn

Joined: Jan 05, 2003
Posts: 28
I have been trying to find out a suitable Connection Pool for my JSP project.
Please give me some good source where I can just use the existing code...does Java provide such facility ?
Please inform me soon
Thanks....Java Lives...;-)
Ved
Sasi Kumar
Greenhorn

Joined: Jan 18, 2002
Posts: 15

Most of the servers have inbuild connection
pool. You can get the connection by
creating a datasource in the server.
If you are using struts framework you can
use the connection pool written in struts.
See struts-config.xml where you can define
you datasource
Ramesh Ch
Greenhorn

Joined: Dec 26, 2000
Posts: 25
try bitmechanic connection pool and can be found at http://www.bitmechanic.com/
M.K.A. Monster
Ranch Hand

Joined: May 02, 2002
Posts: 130
I use a changed version from the one that is in the book available at: CoreServlets book
I think you can use the ConnectionPool in there for JSPs, I only use Database connections from inside the JavaBeans (The business Logic).
Yours,
Mark Monster
senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
hi monster,well can u tell me how u do the connection in the java bean,with the code will be better and whats its advantage...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connection Pool for JSP---Urgent
 
Similar Threads
database connection pooling with weblogic 8.1
connection pooling with Tomcat
connection pooling problem
java web application time out issue
Cancel JDBC Connection when Browser Cancel