On Mon, 9 Jun 2003, Barry Volpe wrote:

> Date: Mon, 9 Jun 2003 14:24:11 -0700
> From: Barry Volpe <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: [OT] Tomcat 4.0 and JSP page over 64k
>
> Hi,
>
> Wanted to know if the limitation of a 64k JSP page is dependent on the
> container being used.  If I upgrade to Tomcat 4.1 will this fix the problem?
>

As long as you're not using scriptlets this upgrade should fix your
problem.  Recent versions of Tomcat 4.1 (including the current production
release, 4.1.24) include the new Jasper2 page compiler, which splits up
the service() method of the generated servlet into multiple subordinate
methods, but this is only possible if you're not using scriptlets.

As an extra added benefit, you will experience *substantial* performance
improvements on pages with lots of custom tags, which is typical of a
Struts based app.

Craig

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

Reply via email to