Posted By:
Frank_Young
Posted On:
Monday, March 25, 2002 04:28 AM
I wrote a simple JSP page which invokes a simple java class file using
tag. The problem is the JSP file can't be displayed normally. Tomcat server reported "Internal Server Error" when loading the jsp file. The java object defined in javabean just couldn't be found when referencing it in jsp file. I put jsp file in "webapps/ROOT" and class file in "webapps/ROOT/WEB-INF/classes". Why can't the java class be found during compiling jsp into bytecode?
And besides, I can run it very well on Tomcat 3.X. Why??