tomcat JDNI DB connection pool to Oracle

2002-09-03 Thread Isabel Lameda
Anabody could help me, i´ve been trying to do this for days I've been successfully making JDBC connections directly in my JSP DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); Connection con = DriverManager.getConnection(jdbc:oracle:oci8:+login+/+passwd+@+databas e) Now

Re: tomcat JDNI DB connection pool to Oracle

2002-09-03 Thread Simon T
I am running ok with tomcat 4.1.9 using the oracle thin driver. Tomcat 4.1 JNDI datasource examples doc say - Use of the OCI driver should simply involve a changing thin to oci in the URL string. nameurl/name valuejdbc:oracle:thin:[EMAIL PROTECTED]:1521:mysid/value Your url in server.xml is

Re: tomcat JDNI DB connection pool to Oracle

2002-09-03 Thread Vance Christiaanse
don't need the factory element. Hope this helps, Vance - Original Message - From: Isabel Lameda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 8:50 AM Subject: tomcat JDNI DB connection pool to Oracle Anabody could help me, i´ve been trying to do this for days