Hi,
I am trying to deploy an web application in
Tomcat 6.0.18.
Here is the xml files snap shots are as follows:
META-INF/context.xml file
WEB-INF/web.xml file
jsp file
When i deploy the war file of this application i.e. employees.war, Tomcat reads the file META-INF/context.xml file and copies it into the folder /conf/Catalina/localhost/employees.xml file.
But when i access the jsp file it gives me error "org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create
JDBC driver of class'' for connect URL"
If i put the
in /conf/context.xml file in tomcat then my jsp file retrieves data from mysql normally.
What could be the problem ?
Regards
vijay