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
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
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JDBC and Relational Databases
connection pooling
Rohitash sharma
Greenhorn
Posts: 19
posted 15 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 15 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 15 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 15 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 15 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
]
Why am I so drawn to cherry pie? I can't seem to stop. Save me tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
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...