You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard Pfeil <ri...@hotmail.com> on 2002/09/18 07:26:43 UTC

JSP application package import statements in Tomcat 4.1.10

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 packages.
The problem appears to only occur for packages that are deployed as part of
the application.  Java packages import correctly.

Is there a known issue related to JSP import statements in Tomcat 4.1?

I am using Tomcat 4.1.10-LE-jdk14 on Windows 2000.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JSP application package import statements in Tomcat 4.1.10

Posted by Remy Maucherat <re...@apache.org>.
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 that exist in these packages.
> The problem appears to only occur for packages that are deployed as part of
> the application.  Java packages import correctly.
> 
> Is there a known issue related to JSP import statements in Tomcat 4.1?
> 
> I am using Tomcat 4.1.10-LE-jdk14 on Windows 2000.

Unfortunately, there is a problem when Tomcat is run on Windows (with 
workarounds).

See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12387 for more 
details and a binary patch.

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>