hi
i'm using two system (both winXP)
one system contains oracle 10G
other system contains tomcat-4.1.31 and java2 SDK 1.4.1
I just wan't to connect and access the oracle database (scott/tiger) either with jsp page or servlet.
I'm facing problem with oracle jdbc drivers...cannot compile!
maybe i'm doing something wrong as i'm new to tomcat.
just want some idea on where the drivers classes should be located. what changes to be made in the web.xml in WEB_INF...and whatever is needed.
I already downloaded the instantclient for oracle 10G.
There are some jar files and dll.
as for now i put these jar file in the CLASSPATH. Don't know what to do with the dll.
already set CATALINA_HOME, JAVA_HOME
also my javac is defined in the PATH variable.
Please i need some serious help here.
Thanks
Softjack
i'm using two system (both winXP)
one system contains oracle 10G
other system contains tomcat-4.1.31 and java2 SDK 1.4.1
I just wan't to connect and access the oracle database (scott/tiger) either with jsp page or servlet.
I'm facing problem with oracle jdbc drivers...cannot compile!
maybe i'm doing something wrong as i'm new to tomcat.
just want some idea on where the drivers classes should be located. what changes to be made in the web.xml in WEB_INF...and whatever is needed.
I already downloaded the instantclient for oracle 10G.
There are some jar files and dll.
as for now i put these jar file in the CLASSPATH. Don't know what to do with the dll.
already set CATALINA_HOME, JAVA_HOME
also my javac is defined in the PATH variable.
Please i need some serious help here.
Thanks
Softjack