The Struts documentation gives some clear instructions on how to set up a
servlet which will create a DB connection pool (of your choice) on startup.
 
Out of interest, why use this technique rather than make the connection pool
a singleton [GoF] which would initialise itself on the first request for a
connection ?
 
- Nes

Reply via email to