Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: package oracle.jdbc.driver.OracleDriver does not exits

Re: package oracle.jdbc.driver.OracleDriver does not exits

From: Georg Stahl <georg.stahl_at_nexgo.de>
Date: Sun, 11 Jan 2004 15:32:00 +0100
Message-ID: <40015f22$0$17560$9b4e6d93@newsread4.arcor-online.net>


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.

>
> First remove the settings from the global CLASSPATH. It's just plain
> ugly and only leads to errors.

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US