JSP application package import statements in Tomcat 4.1.10

2002-09-17 Thread Richard Pfeil
I have a number of applications that work in Tomcat 4.0.x and fail to work in Tomcat 4.1.10. When JSPs that contain import statements are compiled Tomcat reports a HTTP 500 error saying that the packages do not exist and also reports that it is unable to find classes that exist in these

Re: JSP application package import statements in Tomcat 4.1.10

2002-09-17 Thread Remy Maucherat
Richard Pfeil wrote: I have a number of applications that work in Tomcat 4.0.x and fail to work in Tomcat 4.1.10. When JSPs that contain import statements are compiled Tomcat reports a HTTP 500 error saying that the packages do not exist and also reports that it is unable to find classes