I've loaded a page with only two lines of code in them, and the problem is with calling the driver.
Example: " http://www.azlehornets.com/apps/g092603.jsp "
old code
<!--
<%//Class.forName("org.gjt.mm.mysql.Driver");%>-->
new code that I have tried.
<!--
Class.forName("com.mysql.jdbc.Driver");Class.forName("com.mysql.jdbc.Driver").newInstance();
-->
