It's probably a class loader issue. As a test pack your classes into a jar
and put it in the common\lib directory where classes12.zip is (remove it
from classes) and try your app again.

Regards.

----- Original Message -----
From: "Christian J. Dechery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 5:16 PM
Subject: Re: Why doesn't my classes see the oracle driver?


Yes I did... but that's not the point... I've even tried unpacking it... it
doesn't work...

.:| Christian J. Dechery
.:| FINEP - Depto. de Sistemas
.:| [EMAIL PROTECTED]
.:| (21) 2555-0332

>>> [EMAIL PROTECTED] 11/07/02 12:33 >>>
Did you rename the file to classes12.jar from the original
classes12.zip?

I know there were some issues with that some time ago...

>>> [EMAIL PROTECTED] 07/11/02 09:10 AM >>>
I had a webapp working ok...

I had it set like this:
$TOMCAT_HOME\webapps\fap\WEB-INF\classes\[ all my classes unpackaged
here]
$TOMCAT_HOME\webapps\fap\WEB-INF\lib\classes12.jar <-- this is the
Oracle Driver

now I want this:
$TOMCAT_HOME\common\classes\[all my classes unpackaged here]
$TOMCAT_HOME\common\lib\classes12.jar -OR-
$TOMCAT_HOME\common\classes\[oracle driver unpackaged]

why can't this work??? When a JSP accessing one of my classes, the class
is found but it gives me an error saying it didn't find the oracle
drivers...


--
To unsubscribe, e-mail: < mailto:[EMAIL PROTECTED]
>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED] >






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to