Re: tomcat JDNI DB connection pool to Oracle

2002-09-03 Thread Vance Christiaanse
x27;t need the 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 tryi

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. url jdbc:oracle:thin:[EMAIL PROTECTED]:1521:mysid Your url in server.xml is jdbc:oracle:oci8@ho

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)