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:

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

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