RE: Need some help in using Oracle Database connection pool in jakarta-tomcat-5.0.28

2007-06-05 Thread Propes, Barry L
if it's working ok in Windows and NOT in Linux, check to see that the spelling reference of jdbc/TestOracle is the same through out. You might want to wrap equalsIgnoreCase() around it. -Original Message- From: Somu Sundar Reddy.Y [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 1:

Re: Need some help in using Oracle Database connection pool in jakarta-tomcat-5.0.28

2007-06-05 Thread David Smith
I would recommend not using the admin console to define datasources. There have been messages on this list for a while indicating the admin console webapp doesn't always persist the config to the disk. Instead, configure it in the context.xml file if at all possible. --David Somu Sundar Red