> From: Anup Niroula [mailto:anup.niro...@gmail.com] > Subject: connecting jsp with mysql
> I downloaded jdbc driver "mysql-connector-java-5.1.15-bin.jar" > and placed it in two locations: > - CATALINE_HOME\lib > - C:\Program Files\Apache Software Foundation\Tomcat > 7.0\webapps\lsc\WEB-INF\lib Fatal error. Place the jar file in *one* location only. If you're using Tomcat's DBCP capability, it must go into CATALINA_HOME/lib; if your webapp is doing all the DB connection handling, it must be in the webapp's WEB-INF/lib directory. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org