RE: Oracle 10g with Tomcat 6

2007-05-22 Thread Propes, Barry L
Mohammed, Maybe on import try the following: <%@ page import="javax.naming.Context,javax.naming.InitialContext,javax.naming.NamingException,javax.sql.DataSource" %> even though what you have should cover it, theoretically. And regarding below, YES!!! C:\tomcat\common\lib\ojdbc14_g.jar --

Re: Oracle 10g with Tomcat 6

2007-05-22 Thread David Smith
You are using an old syntax for defining resource parameters. Parameters of a resource are defined as attributes of the element since tomcat 5.5. See the following docs for the correct method: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html --David Mohammed Zabi