I followed this how-to ( to connect mysql to tomcat. I dont know much about java, yet. I an getting this error: I am able to connect to mysql through the command line on my RH9 install with no problem, just not through tomcat/apache.
thanks
*****
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
[javac] Compiling 1 source file
/usr/local/jakarta/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java:48: cannot resolve symbol
symbol : class TestSQLLoad
location: class org.apache.jsp.index_jsp
TestSQLLoad tst = new TestSQLLoad();
^
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
/usr/local/jakarta/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java:48: cannot resolve symbol
symbol : class TestSQLLoad
location: class org.apache.jsp.index_jsp
TestSQLLoad tst = new TestSQLLoad();
^
****
thanks
*****
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
[javac] Compiling 1 source file
/usr/local/jakarta/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java:48: cannot resolve symbol
symbol : class TestSQLLoad
location: class org.apache.jsp.index_jsp
TestSQLLoad tst = new TestSQLLoad();
^
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
/usr/local/jakarta/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java:48: cannot resolve symbol
symbol : class TestSQLLoad
location: class org.apache.jsp.index_jsp
TestSQLLoad tst = new TestSQLLoad();
^
****