Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JDBC and Relational Databases
connection pooling
Rohitash sharma
Greenhorn
Posts: 19
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can anyone Explain step by step how to use connection pooling.
Rajesh Kumar Raj
Greenhorn
Posts: 11
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can you please tell me in which application server you want to create connection pool?
Rohitash sharma
Greenhorn
Posts: 19
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Class.forName("com.mysql.jdbc.Driver");
connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/dtoregistrationform", "root", "cdn123");
Rohitash sharma
Greenhorn
Posts: 19
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Tomcat
6.0.16
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For step-by-step instructions, have a look at the
Tomcat Documentation: JNDI Resources
(scroll down to "JDBC Data Sources").
There are examples for specific databases in the
Datasource How-To
[
How To Ask Questions On JavaRanch
]
roses are red, violets are blue. Some poems rhyme and some are a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
servlet destroy method and session
pooling in tomcat 6.x
Questions on EJB
Driver Loading
Connection Pooling
More...