RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread Vikramjit Singh

same in my case too. do one thing, added classes12.zip in your classpath.
hope that helps.

Regards,
Vikram


-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 9:57 PM
To: Tomcat Users List
Subject: Re: Why doesn't my classes see the oracle driver?


I've never had any issues with just renaming classes12.zip to 
classes12.jar.  I keep it in TOMCAT_HOME/common/lib.  I have no unpacked 
classes at all.  The renaming is all that is needed.  It has worked in 
every version of Tomcat out there...at least for me.

Jake

At 08:19 PM 7/11/2002 +0100, you wrote:
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]

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




RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread andre . powroznik

A file named nlscharset12.zip or something like that is also needed (at least here).

Regards,

André POWROZNIK

-Original Message-
From: Vikramjit Singh [mailto:[EMAIL PROTECTED]]
Sent: 12 July 2002 09:11
To: 'Tomcat Users List'
Subject: RE: Why doesn't my classes see the oracle driver?


same in my case too. do one thing, added classes12.zip in your classpath.
hope that helps.

Regards,
Vikram


-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 9:57 PM
To: Tomcat Users List
Subject: Re: Why doesn't my classes see the oracle driver?


I've never had any issues with just renaming classes12.zip to 
classes12.jar.  I keep it in TOMCAT_HOME/common/lib.  I have no unpacked 
classes at all.  The renaming is all that is needed.  It has worked in 
every version of Tomcat out there...at least for me.

Jake

At 08:19 PM 7/11/2002 +0100, you wrote:
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]

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

 DISCLAIMER  
This e-mail and any attachments thereto may contain information 
which is confidential and/or protected by intellectual property 
rights and are intended for the sole use of the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, 
total or partial reproduction, communication or distribution in any form) 
by persons other than the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either 
by telephone or by e-mail and delete the material from any computer. 
Thank you for your cooperation.


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




Why doesn't my classes see the oracle driver?

2002-07-11 Thread Christian J. Dechery

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...
 
.:| Christian J. Dechery
.:| FINEP - Depto. de Sistemas
.:| [EMAIL PROTECTED]
.:| (21) 2555-0332




Re: Why doesn't my classes see the oracle driver?

2002-07-11 Thread Larry Meadors

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]




Re: Why doesn't my classes see the oracle driver?

2002-07-11 Thread Christian J. Dechery

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]  






RE: Why doesn't my classes see the oracle driver?

2002-07-11 Thread Andrew Conrad

Check the archives, but I seem to remember that some people had to
delete the javax.sql.* files from the oracle jar.  Do they exist in your
jar?


- Andrew



-Original Message-
From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 12:16 PM
To: [EMAIL PROTECTED]
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]




Re: Why doesn't my classes see the oracle driver?

2002-07-11 Thread Arshad Mahmood

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]




Re: Why doesn't my classes see the oracle driver?

2002-07-11 Thread Jacob Kjome

I've never had any issues with just renaming classes12.zip to 
classes12.jar.  I keep it in TOMCAT_HOME/common/lib.  I have no unpacked 
classes at all.  The renaming is all that is needed.  It has worked in 
every version of Tomcat out there...at least for me.

Jake

At 08:19 PM 7/11/2002 +0100, you wrote:
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]