Re: Connection pooling using Jakarta commons

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Users List To: [EMAIL PROTECTED] cc: Subject: Connection pooling using Jakarta commons Hi, I'm new here. My name's Mel. Hi! Anyway, I have a question that I cannot find an answer for anywhere. I've implemented connection pooling using T

Re: Connection pooling using Jakarta commons

2002-08-14 Thread Jacob Kjome
Tomcat-4.1.x has solved this for you because it supports context configuration files (CCF). CCF's consist of the element that you would normally put in the server.xml. Just put your app and the CCF with the element defining your application in the webapps directory and you are off and run

Connection pooling using Jakarta commons

2002-08-14 Thread Capr1ce
Hi, I'm new here. My name's Mel. Hi! Anyway, I have a question that I cannot find an answer for anywhere. I've implemented connection pooling using Tomcat 4.0 and the required projects from Jakarta commons as instructed in the JNDI resources how to that can be found with in the Tomcat document