Problem Compiling JSP under TOMCAT 5.0.18; please help me
De Toffoli Garry
2004-02-02
Hi to all,
I would like to pass from tomcat 3.2.x to tomcat 5.0.18;
under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK;
passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where resides the sites; but when I call a .jsp that use a package, I have this error:
/usr/jakarta-tomcat-5.0.18/work/Catalina/www.test.it/_/org/apache/jsp/tst_005fsitengine/testDB_jsp.java:7: package db does not exist import db.*; ^
On catalina.log I have a detail about the error, where is reported the classpath where jasper is looking for, and doesn't appear WEB-INF; I think that this is why I have the error;
but How can I correct this?
Please, could someone help me? I have the same error with tomcat 5.0.16;
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)