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 t

Re: classnotfoundexception with tomcat 6.0

2007-03-29 Thread Martin Gainty
: "Rashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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

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 associated