i am using oracle8i, so the connection string for it looks like this:
jdbc

racle:thin:user/password@sisi:1521:sisi
now, if i try to insert it into dataSource string and add the driver, i get the following:
<sql:setDataSource dataSource="jdbc

racle:thin:user/password@sisi:
1521:sisi,oracle.jdbc.driver.OracleDriver" />; , where the .jar is in the classpath. the error i am getting is:
Unable to get connection, DataSource invalid: "Io exception: The Network Adapter could not establish the connection"
i am mostly concerned with the DataSource invalid part, since i followed the directions...any suggestions i could try?
[ July 08, 2002: Message edited by: alex reznik ]
[ July 08, 2002: Message edited by: alex reznik ]
[ July 08, 2002: Message edited by: alex reznik ]