JSTL Compilation - Performance Problem
A Jsp page having a handful of c:choose and c:forEach is getting translated into a java class running into ~50 pages and taking significant time (~4 minutes) for compilation when accessed for the first time.
The default implementation of JSTL 1.1 that comes with WAS 6.1.0.2, viz., apache is the one that's being used.
Can someone advise?
prakashn
Re: JSTL Compilation - Performance Problem
I would always recommend pre-compiling the JSP files either before or
during application installation rather than at first access by a user.
Regards,
David Brauneis
IBM Rational Build Forge Architecture & Development
[email]prakash.narayanaswamy@honeywell.com[/email] wrote:[color=blue]
> A Jsp page having a handful of c:choose and c:forEach is getting translated into a java class running into ~50 pages and taking significant time (~4 minutes) for compilation when accessed for the first time.
>
> The default implementation of JSTL 1.1 that comes with WAS 6.1.0.2, viz., apache is the one that's being used.
>
> Can someone advise?
>
> prakashn
>[/color]