The classpath should not be used in tomcat except where abolutely
necessary. Tomcat has it's own classloader hierarchy to find jar files
and dynamically add them. To that end, the tomcat start-up scripts
explicitly ignore classpath on startup. Put your classes12.jar or
ojdbc14.jar in just one of two places:
1) WEB-INF/lib of your webapp if you are not using tomcat's built-in
database pooling.
2) common/lib of your tomcat installation if you are using tomcat's
built-in database pooling. You will also need to properly configure a
resource in your server.xml file and a resource-ref in your webapp's
web.xml. Restart tomcat to make the jar file visible to tomcat. See
the tomcat docs for further info.
The orai18n.jar file should most likely be placed where ever the
ojdbc14.jar is if you need it's functions.
--David
gupta vidhi wrote:
hello,
i got the following info. from oracle.com : -
Setting Up Your Environment
--------------------------- On Windows platforms:
- Add [ORACLE_HOME]\jdbc\lib\classes12.jar to your CLASSPATH if you
use JDK 1.2 or 1.3.
- Add [ORACLE_HOME]\jdbc\lib\ojdbc14.jar to your CLASSPATH if you use JDK 1.4.
- Add [ORACLE_HOME]\jdbc\lib\orai18n.jar to your CLASSPATH if
you use any NLS features.
- Add [ORACLE_HOME]\bin to your PATH if you are using the JDBC OCI
driver
but i'm not getting the info. regarding Oracle 8i JDBC Driver for jdk1.5.
Kindly help.
Thanks & Regards,
Vidhi
---------------------------------
What are the most popular cars? Find out at Yahoo! Autos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]