Anthony,
I don't know the details of the JSPs in your project, but I think it
would help you to examine if there's a lot of code in them that could
be moved to the application layer, also if there's a lot of plain text
written directly into the JSPs that could be moved to a persistence
layer as w
Rashmi Rubdi wrote:
On 5/29/07, Berglas, Anthony <[EMAIL PROTECTED]> wrote:
Thanks for that, but I don't see how it will help. If you look below
it is the jasper2 that is causing me grief, which is essentially the
same as yours.
How long does it take to precompile the JSPs. Is it several JSP
On 5/29/07, Berglas, Anthony <[EMAIL PROTECTED]> wrote:
Thanks for that, but I don't see how it will help. If you look below
it is the jasper2 that is causing me grief, which is essentially the
same as yours.
How long does it take to precompile the JSPs. Is it several JSPs per
second or sever
> -Original Message-
> From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 30, 2007 12:20 AM
> To: Tomcat Users List
> Subject: Re: Jasper compiler crashes
>
> What I like to do is to compile my JSPs just like Tomcat would do it
> run
What I like to do is to compile my JSPs just like Tomcat would do it
runtime, so that I can keep the ability to recompile my JSP files.
http://people.apache.org/~fhanik/precompile.html
http://people.apache.org/~fhanik/tomcat-6-precompile.xml
I just whipped up the v6 script, but I believe it to
When I try to precompile I get a null pointer exception deep in
.servlet.JasperLoader.loadClass. Happens for almost all of my .jsps.
They work fine with incremental compile.
They do use tags defined with JSTL .tag files. Tags call tags.
tomcat-6.0.10-src
If anyone knows of decent docs on p