classnotfoundexception with tomcat 6.0

2007-03-29 Thread matt . beau
I have a webapp running under tomcat 5.5 with no problem. When I try to run my webapp with tomcat 6.0, I have an classnotfound error for the mysql driver. Of course, i have try to put the mysql driver jar file in /tomcat 6/lib folder, in my webapp web-inf/lib folder, in both folders... I always

Re: classnotfoundexception with tomcat 6.0

2007-03-29 Thread Rashmi Rubdi
Are there additional error messages in the logs? Sometimes the logs have more error information that will help you solve this problem. Check if you have properly nested the Context tag under the Host tag either in server.xml or if a separate Context xml file is used then it should be

Re: classnotfoundexception with tomcat 6.0

2007-03-29 Thread Martin Gainty
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 29, 2007 1:18 PM Subject: Re: classnotfoundexception with tomcat 6.0 Are there additional error messages in the logs? Sometimes the logs have more error information that will help you solve this problem. Check

Re: classnotfoundexception with tomcat 6.0

2007-03-29 Thread Rashmi Rubdi
Thanks, I tried Connection Pooling recently with MySQL 5.x with those instructions, and I was able to successfully make a connection per the example shown there for MySQL. I only had to place mysql-connector-java-5.0.5-bin.jar under ...\apache-tomcat-6.0.10\lib\ And configure the Context , and