I'm initiating my learned in the glassfish server, I've an web app in java with mysql db then I'm trying to create an jdbc connection pool. step by step to create the connection.
JDBC Resource:
JDBC Connection Pool:
JDBC Connection Pool Properties:
But when I ping to test the configuration I'm receiving an error "Ping Connection Pool failed for org.glassfish.resourcebase.resources.api.PoolInfo@d07ba71f[jndiName=MedicalDS, applicationName=null, moduleName=null]. Class name is wrong or classpath is not set for : com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource Please check the server.log for more details."
Thanks in advanced.