Re: Jasper compiler crashes

2007-05-30 Thread Rashmi Rubdi
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

Re: Jasper compiler crashes

2007-05-30 Thread Filip Hanik - Dev Lists
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

Re: Jasper compiler crashes

2007-05-29 Thread Rashmi Rubdi
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

RE: Jasper compiler crashes

2007-05-29 Thread Berglas, Anthony
> -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

Re: Jasper compiler crashes

2007-05-29 Thread Filip Hanik - Dev Lists
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