Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-28 Thread A Df
Hello Everyone: [SOLVED] I finally got it to work. Thanks to everyone that helped!! BTW, should I put the word solved in the subject? I had to create a Base class to setup the connection and then have another class extend it. The subclass only dealt with methods for executing statements.

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 7/25/2011 4:40 PM, A Df wrote: I have added the MySQL Connector/J JDBC Driver to the $CATALINA_HOME/lib directory Good. I have modify the web application deployment descriptor (/WEB-INF/web.xml) resource-ref

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Rainer Frey
On 25.07.2011, at 22:40, A Df wrote: Dear All: I have read numerous posts and documentation and now I really need help. I am using the following: Product Version: NetBeans IDE 7.0 (Build 20110408) I performed the steps below as follows: I have added the MySQL Connector/J

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread A Df
Hi Rainer: I had already added the JDBC driver to my Netbeans project class path and that worked for awhile then stopped. The previous problem is that it works occasionally then stopped. Now it works and inserts one row then stops even if restart Tomcat. I will have to do some reading on

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Rainer Frey
Please stop top posting. On 26.07.2011, at 12:02, A Df wrote: On 25.07.2011, at 22:40, A Df wrote: Dear All: I have read numerous posts and documentation and now I really need help. I am using the following: Product Version: NetBeans IDE 7.0 (Build 20110408) I performed the

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Mark Eggers
- Original Message - From: Rainer Frey rainer.f...@inxmail.de To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, July 26, 2011 5:01 AM Subject: Re: Tomcat 6 not working with JDBC driver for MySQL Please stop top posting. On 26.07.2011, at 12:02, A Df wrote: On

Tomcat 6 not working with JDBC driver for MySQL

2011-07-25 Thread A Df
Dear All: I have read numerous posts and documentation and now I really need help. I am using the following: Product Version: NetBeans IDE 7.0 (Build 20110408) Java: 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02 System: Windows 7 version 6.1 running on x86; Apache Tomcat 6.0.26 MySQL