RE: JDBC Driver Installation

2002-10-02 Thread Jun

I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



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




Re: JDBC Driver Installation

2002-10-02 Thread Zeeshan

Which version of Tomcat are you using?

- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 4:57 PM
Subject: RE: JDBC Driver Installation


I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



--
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: JDBC Driver Installation

2002-10-02 Thread Galbayar

copy to yourcontext/WEB-INF/lib directory

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 9:22 AM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Which version of Tomcat are you using?

- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 4:57 PM
Subject: RE: JDBC Driver Installation


I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



--
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: JDBC Driver Installation

2002-10-02 Thread Jun

I was using the tomcat 3.2.1, everything is working fine in my webapps, but
after I installed the 4.0.3 ( in the new dictory, I changed everything I
suppose to change in the envoirment.I could see the localhost 8080 ,but  it
won't see my oracle database in my webapps.

thanks



-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 8:22 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Which version of Tomcat are you using?

- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 4:57 PM
Subject: RE: JDBC Driver Installation


I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



--
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: JDBC Driver Installation

2002-10-02 Thread Jun

I did that, it could see the other pages, but it won't see my oracle
database. also from the documentation, I could not see the run the sample
servlet at all. I don't know what is wrong ?

-Original Message-
From: Galbayar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 8:31 PM
To: Tomcat Users List
Subject: RE: JDBC Driver Installation


copy to yourcontext/WEB-INF/lib directory

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 9:22 AM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Which version of Tomcat are you using?

- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 4:57 PM
Subject: RE: JDBC Driver Installation


I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



--
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]



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




Re: JDBC Driver Installation

2002-10-02 Thread Zeeshan

That is weird.
Can you send your exact stack trace of the exception?

Zeeshan
- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 5:46 PM
Subject: RE: JDBC Driver Installation


I did that, it could see the other pages, but it won't see my oracle
database. also from the documentation, I could not see the run the sample
servlet at all. I don't know what is wrong ?

-Original Message-
From: Galbayar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 8:31 PM
To: Tomcat Users List
Subject: RE: JDBC Driver Installation


copy to yourcontext/WEB-INF/lib directory

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 9:22 AM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Which version of Tomcat are you using?

- Original Message -
From: Jun [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 4:57 PM
Subject: RE: JDBC Driver Installation


I did that, but it won't work. by the way, I use windown NT 4.0. I renamed
the file to clases12. jar, it does not working either :((

-Original Message-
From: Zeeshan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 6:18 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation


Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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]



--
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]



--
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: JDBC Driver Installation

2002-10-01 Thread Rick Fincher

Hi Frank,

Putting it in the common/lib directory is the correct place for it if you
want it accessible by Tomcat and alll your web apps.  That way you don't
have multiple copies of your JDBC driver cluttering up your system.  Put it
in WEB-INF/lib makes it available to only that web app.

This is explained in README in the Tomcat docs.

Rick


- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 5:06 PM
Subject: JDBC Driver Installation



 for mysql jdbc driver, I just copied mysql-connector-java-2.0.14-bin.jar
 to the tomcat/common/lib directory and restart tomcat. the application
 can find the driver without a problem. Is this the right way to install
 the jdbc driver? or shall it copy it to the application's own
 WEB-INF/lib directory? Which is the preferred way?

 today when I try the same thing for the oracle jdbc driver
classes12.zip,
 this trick doesn't work anymore. I have to rename it to classes12.jar
 before I copy to tomcat/common/lib. Am I doing something wrong or
 this is the way? Why wouldn't oracle release it as classes12.jar then?

 Thanks!
 Frank



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




Re: JDBC Driver Installation

2002-10-01 Thread Frank Liu


Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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: JDBC Driver Installation

2002-10-01 Thread Zeeshan

Rename your file to classes12.jar and restart tomcat.
Regards
Zeeshan

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 3:12 PM
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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: JDBC Driver Installation

2002-10-01 Thread Robert Herold

This is actually a documented behavior - see
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how
to.html and look in the section on Oracle 8i, paragraph zero.

-- bob

--
Robert Herold
Cotagesoft, Inc.
650 474 9013 x808


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
g]On Behalf Of Frank Liu
Sent: Tuesday, October 01, 2002 3:12 PM
To: Tomcat Users List
Subject: Re: JDBC Driver Installation



Is it a bug that tomcat can't recognize oracle's classes12.zip
even though I installed it in the common/lib?

thanks,
frank

On Tue, 1 Oct 2002, Rick Fincher wrote:

 Hi Frank,

 Putting it in the common/lib directory is the correct place for it if you
 want it accessible by Tomcat and alll your web apps.  That way you don't
 have multiple copies of your JDBC driver cluttering up your system.  Put
it
 in WEB-INF/lib makes it available to only that web app.

 This is explained in README in the Tomcat docs.

 Rick


 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 5:06 PM
 Subject: JDBC Driver Installation


 
  for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
  to the tomcat/common/lib directory and restart tomcat. the application
  can find the driver without a problem. Is this the right way to install
  the jdbc driver? or shall it copy it to the application's own
  WEB-INF/lib directory? Which is the preferred way?
 
  today when I try the same thing for the oracle jdbc driver
 classes12.zip,
  this trick doesn't work anymore. I have to rename it to classes12.jar
  before I copy to tomcat/common/lib. Am I doing something wrong or
  this is the way? Why wouldn't oracle release it as classes12.jar then?
 
  Thanks!
  Frank



 --
 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: JDBC Driver Installation

2002-10-01 Thread Frank Liu


thanks for the url, that's very helpful.
I must have missed that while I was on the site. Somehow, I had
the impression JNDI is ldap stuff.

frank

On Tue, 1 Oct 2002, Robert Herold wrote:

 This is actually a documented behavior - see
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how
 to.html and look in the section on Oracle 8i, paragraph zero.

 -- bob

 --
 Robert Herold
 Cotagesoft, Inc.
 650 474 9013 x808


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 g]On Behalf Of Frank Liu
 Sent: Tuesday, October 01, 2002 3:12 PM
 To: Tomcat Users List
 Subject: Re: JDBC Driver Installation



 Is it a bug that tomcat can't recognize oracle's classes12.zip
 even though I installed it in the common/lib?

 thanks,
 frank

 On Tue, 1 Oct 2002, Rick Fincher wrote:

  Hi Frank,
 
  Putting it in the common/lib directory is the correct place for it if you
  want it accessible by Tomcat and alll your web apps.  That way you don't
  have multiple copies of your JDBC driver cluttering up your system.  Put
 it
  in WEB-INF/lib makes it available to only that web app.
 
  This is explained in README in the Tomcat docs.
 
  Rick
 
 
  - Original Message -
  From: Frank Liu [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, October 01, 2002 5:06 PM
  Subject: JDBC Driver Installation
 
 
  
   for mysql jdbc driver, I just copied
 mysql-connector-java-2.0.14-bin.jar
   to the tomcat/common/lib directory and restart tomcat. the application
   can find the driver without a problem. Is this the right way to install
   the jdbc driver? or shall it copy it to the application's own
   WEB-INF/lib directory? Which is the preferred way?
  
   today when I try the same thing for the oracle jdbc driver
  classes12.zip,
   this trick doesn't work anymore. I have to rename it to classes12.jar
   before I copy to tomcat/common/lib. Am I doing something wrong or
   this is the way? Why wouldn't oracle release it as classes12.jar then?
  
   Thanks!
   Frank
 
 
 
  --
  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]



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




Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher

Hi Frank,

If renaming it to jar and putting it in common/lib/ doesn't work, unzip it
and put the files in common/classes/.

Rick

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 6:12 PM
Subject: Re: JDBC Driver Installation



 Is it a bug that tomcat can't recognize oracle's classes12.zip
 even though I installed it in the common/lib?

 thanks,
 frank

 On Tue, 1 Oct 2002, Rick Fincher wrote:

  Hi Frank,
 
  Putting it in the common/lib directory is the correct place for it if
you
  want it accessible by Tomcat and alll your web apps.  That way you don't
  have multiple copies of your JDBC driver cluttering up your system.  Put
it
  in WEB-INF/lib makes it available to only that web app.
 
  This is explained in README in the Tomcat docs.
 
  Rick
 
 
  - Original Message -
  From: Frank Liu [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, October 01, 2002 5:06 PM
  Subject: JDBC Driver Installation
 
 
  
   for mysql jdbc driver, I just copied
mysql-connector-java-2.0.14-bin.jar
   to the tomcat/common/lib directory and restart tomcat. the
application
   can find the driver without a problem. Is this the right way to
install
   the jdbc driver? or shall it copy it to the application's own
   WEB-INF/lib directory? Which is the preferred way?
  
   today when I try the same thing for the oracle jdbc driver
  classes12.zip,
   this trick doesn't work anymore. I have to rename it to
classes12.jar
   before I copy to tomcat/common/lib. Am I doing something wrong or
   this is the way? Why wouldn't oracle release it as classes12.jar
then?
  
   Thanks!
   Frank



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




Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher

Hi Frank,

That's only for container managed security realms.  The JNDI realm looks in
an LDAP database, while the JDBC realm looks in a database for login info
using a JDBC driver that you supply.

The nomenclature is confusing since JNDI can be used to find data sources
for non-login database access.

Keep swimming toward the light, you are about to break the surface!

Rick


- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 7:31 PM
Subject: RE: JDBC Driver Installation



 thanks for the url, that's very helpful.
 I must have missed that while I was on the site. Somehow, I had
 the impression JNDI is ldap stuff.

 frank

 On Tue, 1 Oct 2002, Robert Herold wrote:

  This is actually a documented behavior - see
 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how
  to.html and look in the section on Oracle 8i, paragraph zero.
 
  -- bob
 
  --
  Robert Herold
  Cotagesoft, Inc.
  650 474 9013 x808
 



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




Re: JDBC Driver Installation

2002-10-01 Thread Glinn Cortez

anyone who can suggest to me what JDBC Driver to use for MS Access 2000
running in WIN2000?

thank you...


r/glinn



Rick Fincher wrote:
 
 Hi Frank,
 
 That's only for container managed security realms.  The JNDI realm looks in
 an LDAP database, while the JDBC realm looks in a database for login info
 using a JDBC driver that you supply.
 
 The nomenclature is confusing since JNDI can be used to find data sources
 for non-login database access.
 
 Keep swimming toward the light, you are about to break the surface!
 
 Rick
 
 - Original Message -
 From: Frank Liu [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, October 01, 2002 7:31 PM
 Subject: RE: JDBC Driver Installation
 
 
  thanks for the url, that's very helpful.
  I must have missed that while I was on the site. Somehow, I had
  the impression JNDI is ldap stuff.
 
  frank
 
  On Tue, 1 Oct 2002, Robert Herold wrote:
 
   This is actually a documented behavior - see
  
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how
   to.html and look in the section on Oracle 8i, paragraph zero.
  
   -- bob
  
   --
   Robert Herold
   Cotagesoft, Inc.
   650 474 9013 x808
  
 
 --
 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: JDBC Driver Installation

2002-10-01 Thread V. Cekvenich

Usig Access as a DB will be lead to an endless amount of frustration.

FoxPro is ok, MS SQL is great. I use pgSQL from postgres.org.

V.

Glinn Cortez wrote:
 anyone who can suggest to me what JDBC Driver to use for MS Access 2000
 running in WIN2000?
 
 thank you...
 
 
 r/glinn
 
 
 
 Rick Fincher wrote:
 
Hi Frank,

That's only for container managed security realms.  The JNDI realm looks in
an LDAP database, while the JDBC realm looks in a database for login info
using a JDBC driver that you supply.

The nomenclature is confusing since JNDI can be used to find data sources
for non-login database access.

Keep swimming toward the light, you are about to break the surface!

Rick

- Original Message -
From: Frank Liu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 01, 2002 7:31 PM
Subject: RE: JDBC Driver Installation


thanks for the url, that's very helpful.
I must have missed that while I was on the site. Somehow, I had
the impression JNDI is ldap stuff.

frank

On Tue, 1 Oct 2002, Robert Herold wrote:


This is actually a documented behavior - see


http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how

to.html and look in the section on Oracle 8i, paragraph zero.

-- bob

--
Robert Herold
Cotagesoft, Inc.
650 474 9013 x808


--
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]