Re: Suggestion on where to put mysql driver

2004-03-05 Thread Alex

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html

Depends on how you want it exposed and what you are doing with it.
There's a plethora of documentation online.  common/lib will be exposed to
all your webapps.

On Fri, 5 Mar 2004, Simone - Dev wrote:

 Date: Fri, 5 Mar 2004 17:32:47 +0100
 From: Simone - Dev [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Subject: Suggestion on where to put mysql driver

 hello all,
 I'm installing a new server and I'd like know where should I put the
 mysql jdbc driver.
 In all my other server I installed them in the $JAVA_HOME/jre/lib/ext
 But I suppose this is not the best position for it.

 Where do u suggest to put it?
 Common
 Shared
 in each webapp WEB-INF/lib

 Thank you
 Simone


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



RE: Suggestion on where to put mysql driver

2004-03-05 Thread Wilson, Allen
I put my driver in the WEB-INF /lib since I only wanted that application
to use the driver. If you want it to be available to the whole server
you can use the others.



-Original Message-
From: Simone - Dev [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 05, 2004 10:33 AM
To: 'Tomcat Users List'
Subject: Suggestion on where to put mysql driver


hello all,
I'm installing a new server and I'd like know where should I put the
mysql jdbc driver.
In all my other server I installed them in the $JAVA_HOME/jre/lib/ext
But I suppose this is not the best position for it.
 
Where do u suggest to put it?
Common
Shared
in each webapp WEB-INF/lib
 
Thank you
Simone
-
Simone Chiaretta
www.piyosailing.com/S
Any sufficiently advanced technology is indistinguishable from magic
Life is short, play hard
 


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

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


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

Re: Suggestion on where to put mysql driver

2004-03-05 Thread BAO RuiXian


Simone - Dev wrote:

hello all,
I'm installing a new server and I'd like know where should I put the
mysql jdbc driver.
In all my other server I installed them in the $JAVA_HOME/jre/lib/ext
But I suppose this is not the best position for it.
 

It should be in common/lib.

Best

Bao

Where do u suggest to put it?
Common
Shared
in each webapp WEB-INF/lib
Thank you
Simone
-
Simone Chiaretta
www.piyosailing.com/S
Any sufficiently advanced technology is indistinguishable from magic
Life is short, play hard
 



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