https://issues.apache.org/bugzilla/show_bug.cgi?id=49619
Jeremy Boynes <jboy...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Jeremy Boynes <jboy...@apache.org> 2010-07-20 00:11:59 EDT --- JSP is as easy as ... 1 + 2 + 3 = 6 I deployed your war file in a fresh install of 6.0.28 and removed all the superfluous configuration entries from web.xml (basically everything between the start and end tag) and http://localhost:8080/bad/ch5/easy.jsp generates the content above. The WAR you uploaded contains references to non-Tomcat classes such as com.ora.jsp.servlets.ResourceManagerListener which prevent it from even starting. You may have have other libraries in your installation that are affecting the JSP. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org