Ok, Im really a newbie at this so I ask for your patience and understanding
Im trying to install the mm.mysql-2.0.2-bin.jar file on my tomcat installation on a virtual server FreeBSD. As I understand it, this is the JDBC driver for mysql, or one of them at least.
I have searched and searched but cannot find clear instructions on where to put this file, or how to "register" the driver with my java installation. The mm.mysql jar file above is a binary and the only instructions were simply put it in your class path and youre ready to go. I may be stupid, but im not really sure how to determine exaclty where my class path is.
The latest place I have placed it is in /tomcat/lib/ and also in usr/local/share/java/classes each of which directory contains a number of other jars. And then in my tomcat.properties it has:
wrapper.classpath=@JSERV_CLASSES@
wrapper.classpath=@JSDK_CLASSES@
The only thing I can figure is that these are pointing to or at least are similar in some way to /usr/~www/conf/jserv/jserv.properties where these lines are found:
wrapper.classpath=/usr/local/share/java/classes/ApacheJServ.jar
wrapper.classpath=/usr/local/share/java/classes/jsdk.jar
and I added:
wrapper.classpath=/usr/local/share/java/classes/mm.mysql-2.0.2-bin.jar
Can anyone tell me if Im headed in the right direction here?? Am I completely in the dark

?? I really am a fan of reading the install and readme docs because you can learn a lot from them, but I feel like I keep hitting dead ends here...any suggestions and direction is much appreciated.
Dave