Great Compiling Problem

2003-11-21 Thread Roberto Bottoni - AfterBit \(TMP\)
I have Apache 2 and Tomcat 4.1.29 on Linux I have a jsp page that start like this : (home.jsp) %@ page autoFlush=true buffer=15kb errorPage=error.jsp % %@ page import = java.sql.* % %@ page import = java.sql.Connection % %@ page import = java.sql.DriverManager % %@ page import =

Re: Great Compiling Problem

2003-11-21 Thread Justin Ruthenbeck
See the following: http://tomcatfaq.sourceforge.net/classnotfound.html Click on ... Don't use packageless classes and declare all imported classes! justin At 10:51 AM 11/21/2003, you wrote: I have Apache 2 and Tomcat 4.1.29 on Linux I have a jsp page that start like this : (home.jsp) %@ page