>Hi,nk > >I am using Tomcat 4.0. I want to install the MM MySQL driver from >mmmysql.sf.net. > >Firstly, in which directory should I put the file mm.mysql.jar? I >was thinking of either the lib or the classes directory but wasn't >sure.
webapps/application-directory/WEB-INF/lib if you want just that application to see it lib if you want all applications to see it common/lib if you want all applications and Tomcat to see it (useful if you do JDBC-based session or auth, since Tomcat handles those above the application level) > >Secondly, how should I change my classpath to include this driver? Tomcat 4 doesn't use CLASSPATH. > >Thanks very much, Saqib -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
