https://issues.apache.org/bugzilla/show_bug.cgi?id=51899

--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> 
2011-09-27 18:13:17 UTC ---
Ant is not a compiler. You must have used a compiler that scrapes-by and missed
the per-method bytecode limitation. Tomcat uses the Eclipse compiler by default
which may have other kinds of optimizations (or not) available that result in
more bytecode.

You can configure Tomcat to use the compiler of your choice (see the
documentation in conf/web.xml for JspServlet). If you find a compiler that can
compile your huge JSP, go ahead and use that instead of Eclipse.

-- 
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

Reply via email to