Results 1 to 5 of 5
- 02-16-2010, 05:25 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 30
- Rep Power
- 0
How to do connection pooling in Tomcat and JBoss
Hello,
I want to do a simple login form but by using connection pooling. I am unable to find good help for connection pooling.
I am using Java 1.6, MySQL Database and as server I want to use tomcat or JBoss.
I need steps to do connection pooling....
Thanks in advance
Regards,
Jason
- 02-16-2010, 05:30 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
- 02-16-2010, 11:02 PM #3
Senior Member
- Join Date
- Dec 2009
- Location
- Belgrade, Serbia
- Posts
- 364
- Rep Power
- 4
Solutions are here:
Open Source Database Connection Pools
If you decide to use c3po download src code
and find a documentation in download file
After this if you move to Hibernate you can easily use connection pooling with c3po with just some configuration work
good luck!
- 02-17-2010, 07:45 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
:sigh: Tomcat and JBoss have there own connection pool mechanisms and they are fully documented. Read the bleeping manual.
- 02-17-2010, 01:36 PM #5
Senior Member
- Join Date
- Dec 2009
- Location
- Belgrade, Serbia
- Posts
- 364
- Rep Power
- 4
Similar Threads
-
Problems while getting data from weblogic server when using connection pooling
By jason.3dmagic in forum New To JavaReplies: 12Last Post: 02-17-2010, 07:50 AM -
Connection pooling
By neeti in forum NetworkingReplies: 1Last Post: 11-11-2009, 04:54 PM -
we implement connection pooling ourselves, but why it always out of connection ?
By zengqingyi12 in forum JDBCReplies: 7Last Post: 10-20-2009, 10:34 AM -
connection pooling
By kal132 in forum JDBCReplies: 1Last Post: 06-27-2007, 02:50 PM -
Problem with tomcat and jboss
By Alan in forum EclipseReplies: 3Last Post: 05-08-2007, 06:18 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks