You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2001/10/12 18:13:56 UTC

Re: where to locate MS SQL server JDBC jar files in the classpath of Tomcat 4.0

On Thu, 11 Oct 2001, Miao, Franco CAWS:EX wrote:

> Date: Thu, 11 Oct 2001 23:31:32 -0700
> From: "Miao, Franco CAWS:EX" <Fr...@gems7.gov.bc.ca>
> Reply-To: tomcat-user@jakarta.apache.org
> To: "'tomcat-user@jakarta.apache.org'" <to...@jakarta.apache.org>
> Subject: where to locate MS SQL server JDBC  jar files in the classpath
>     of Tomcat 4.0
>
> Understand MS SQL 2000 JDBC driver consists of three jar files, but don't
> know where to locate those three jar files in the classpath of Tomcat 4.0
> JSP engine.
>

Any JAR file that you want to make available to *all* webapps should be
placed in the "lib" directory in your Tomcat 4 installation.  If you only
need a JAR file in one particular app, put it in the /WEB-INF/lib
directory for that app.  You never need to mess with CLASSPATH.


> Thanks,
>
> Franco
>
>
>

Craig