On Tue, 9 Jul 2002, Stuart D. Robertson II wrote:

> Date: Tue, 9 Jul 2002 12:09:52 -0500
> From: Stuart D. Robertson II <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Tomcat crashes on too many custom tags in a jsp
>
> Which version of tomcat?  The latest snapshot of 4.1 (.7 I
> think) mentions in the release notes that this is fixed.  It had
> to do with a java limitation of 64k in a block or method (can't
> remember which).
>

I'm not sure it counts as "fixed", but the JSP page compiler in 4.1.7
generates substantially better code for custom tags, including lessening
the impact of the 64k limit on method size.  But the JSP 1.x specs
basically require that the entire page be generated in a single method if
you have any scriptlets at all, so there is only so much that the compiler
can do.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to