yes in both CATALINA_HOME/lib and app/WEB-INF/lib,
tomcat-dbcp.jar,ojdbc14.jar and lasses12.jar files are available.
- Original Message -
>> Thanks for your reply,
>>
>> 1. $CATALINA_HOME/lib
>>
>> 2. conf/context.xml?
>>
>> 3. In y application/lib also tomcat-dbcp.jar,ojdbc14.jar files
Thanks for your reply,
1. $CATALINA_HOME/lib
2. conf/context.xml?
3. In y application/lib also tomcat-dbcp.jar,ojdbc14.jar files are
available. Please suggest how to debug any useful site.
Thanks,
> - Original Message -
>> Hi All,
>>
>> I am getting class cast exception when casting D
Hi All,
I am getting class cast exception when casting DataSource to BasicDataSource.
The same is executed when run on JDeveloper.
Environment : Tomcat 7.X
DB : Oracle
Used : tomcat-dbcp.jar,ojdbc14.jar
context.xml
Java Code to access Data Source :
InitialContext initContext = new InitialCo