Re: Precompiled JSPs

2006-04-23 Thread Prasad Kashyap
Here's a patch that will precompile jsps for all apps by default. This patch also removes the jasper jars (compiler and runtime) from being bundled with the console. These jars exist in the repo anyways. Paul verified that the console runs successfully without these. Moreover these 2 jars were bei

Re: Precompiled JSPs

2006-04-21 Thread Dain Sundstrom
Sounds good to me. -dain On Apr 21, 2006, at 8:48 AM, Prasad Kashyap wrote: Dain, In that case, should we consider moving the up to the /etc level ? This can then be generically used by any application wanting to precompile. Initially I left them in console-framework and console-standard th

Re: Precompiled JSPs

2006-04-21 Thread Prasad Kashyap
Dain, In that case, should we consider moving the up to the /etc level ? This can then be generically used by any application wanting to precompile. Initially I left them in console-framework and console-standard thinking they'd be the only ones. But now I see that there is a scope for us to re

Re: Precompiled JSPs

2006-04-21 Thread David Blevins
Way to go Prasad! A big old +1 to faster startup improvements. -David On Apr 20, 2006, at 11:54 PM, Dain Sundstrom wrote: Thanks to Prasad we now have percompiled jsps in the console, and the console is much snappier on initial load. The difference is so drastic on my g4 mac, I'd like to s

Precompiled JSPs

2006-04-20 Thread Dain Sundstrom
Thanks to Prasad we now have percompiled jsps in the console, and the console is much snappier on initial load. The difference is so drastic on my g4 mac, I'd like to see us preprocess the welcome application also since it is the very first impression of our users. Thanks for working on t