RE: Database Connection Pooling initialization with dbcp

2009-09-10 Thread Chris Wiley
SSAGE- Hash: SHA1 Chris, On 9/9/2009 12:01 PM, Chris Wiley wrote: > My question is this: Am I to assume that I need to OPEN and CLOSE x > number of connections in the init section of the servlet to load the pool > with live connections? No, this can be done with configuration. Unle

Database Connection Pooling initialization with dbcp

2009-09-09 Thread Chris Wiley
Hello, I have a web app I have developed under Tomcat 6.0.18 and have added in the dbcp system. As it stands now, It wants to make connections only after the first request to the app. I want the dbcp system to initialize x number of connections on app/server startup. I know if I want to initializ

java.io.FileNotFoundException on tomcat 6 startup

2007-08-21 Thread Chris Wiley
Hello, I am hoping someone can help me with this. I have been trying to get a standalone instance of tomcat 6 (6.0.13) to startup on a windows XP laptop. I am using java 6 (build 1.6.0_01-b06). I am not sure if this is just a java version incompatibility problem or something else. It simp