Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: package oracle.jdbc.driver.OracleDriver does not exits
Olaf Heimburger wrote:
> smoo <smoo_at_ah.no.com> writes:
>
>> Under system and also user options or entries. My application will now >> compole but it will not run once i have tomcat running. the error >> message from tomcat indicates the error at the bottom, and the text in >> that error seems to indicate that tomcat cannot find this class either.
The global CLASSPATH is ignored by Tomcat.
>
> There are three choices:
> 1. Include the classes12.zip in the WEB-INF/lib directory
> of your WAR file
> 2. Copy the classes12.zip to the WEB-INF/lib directory of your
> application tree in the Tomcat installation
> 3. Copy the classes12.zip to the $TOMCAT/lib directory and configure a
> DataSource (the best solution)
The classes12.zip should be renamed to classes12.jar (see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Oracle%208i ).
Georg Received on Sun Jan 11 2004 - 08:32:00 CST
![]() |
![]() |