You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "John M. Hollingsworth" <jm...@cox.net> on 2002/09/20 22:50:59 UTC

Tomcat 4.1 Jasper error in Win2K

I am running Windows 2000 with JDK 1.4.0_01 build b03 with J2EE 1.3.1 on the system.  I recently tried to install Tomcat 4.1.  I can now get the root web app to load, but when I go to  any other web apps, I get back an HTTP 500 error.  When I go to the work directory of the app (I've been trying to get admin to work), the .java file from the .jsp is built.  Unfortunately, when javac tries to compile it, I get the following.

login_jsp.java:19: cannot resolve symbol
symbol  : class TagHandlerPool
location: package runtime
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_html_locale;
                                   ^
login_jsp.java:20: cannot resolve symbol
symbol  : class TagHandlerPool
location: package runtime
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_message_key;

[snippage]

And it goes on for about 25 more errors.  I think this has to do with my classpath, but I'm not sure and need help understanding this.  4.1 is so different in the way it compiles the JSPs.

Thanks in advance,
John


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