Vernon Wu wrote:
>
> 7/26/2002 5:48:15 AM, peter lin <[EMAIL PROTECTED]> wrote:
>
> >
> >search the list for past discussions about this.
> >
> >a short summary is this. if you're using a jsp compiler that makes one
> >huge service method, it will rapidly exceed 64K per method limitation in
> >java. As well, there's a bug in jdk1.4 with deeply nested try/catch
> >statements, which would only be a problem if you coded scriptlets that
> >way.
> >
> >try jasper2 which is in the latest 4.1.8 beta. it should improve
> >performance, if you're using tomcat. If you're using some other server,
> >you should talk to the company and get them to fix it.
>
> If the cause is in jdk1.4, why replace components in TC?
>
the reason is jasper2 doesn't use com.sun.tools.javac.Main to compile
jsp pages. Instead it uses ANT and native javac to compile. There's
been a lot of discussion on this in jstl and tomcat-user forum. These
are known problems and are already being addressed.
peter
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>