mm JDBC driver

2000-12-28 Thread Shailaja Someshwar
Hello Where do I need to place the mm.jdbc driver for MySQL in tomcat directory so that its available system wide and all of the Apache virtual hosts. Also can someone direct me to a sample application to test my JDBC connection is working or not, as I do not know much about Java. Thanks in

Re: mm JDBC driver

2000-12-28 Thread Ted Husted
I can't vouch for the Apache virtual hosts part, but to make it available for all your Tomcat applications, you can put the jar in the lib folder, along with servlet.jar. You may also need to add it to your classpath. You may get other offerings, but if not, there's a simple plug-and-play JDBC

Re: mm JDBC driver

2000-12-28 Thread Mark Koscak
ntln(" "); } }// end catch block }// end main }// end class newjavadb - Original Message - From: Shailaja Someshwar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 28, 2000 10:27 PM Subject: mm JDBC driver Hello