Hi friends,
In my web application , directory structure is
Some of the
jsp files are in ROOT folder and some jsp files are in ZSOR folder.The jsp files in ROOT folder are working fine.I am getting problem with the jsp files in ZSOR folder.I am getting error of
java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver .This driver is used to connect to mysql database.I copied the jar file in lib folder of ZSOR.
Note:I am using
Tomcat,Mysql,linux.
Please help me to sort our this issue.
Regards