You can still use DBCP in Tomcat 3.x, right? You just can't deploy the data source through JNDI automatically...

Could this be done manually? That is, could I not write a context listener that deployed the DBCP factory through JNDI when the application was started? I know that it would involve changing the catalina.policy file so that JNDI wasn't read-only to web applications, but could it not be done?

At 09:07 2003-02-05 -0800, you wrote:

Tomcat 3.2.4 does not support JNDI resources at all.  You'll need to stick
with current versions if you want that to work.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Sean Dockery
[EMAIL PROTECTED]
Certified Java Web Component Developer
Certified Delphi Programmer
SBD Consultants
http://www.sbdconsultants.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to