On Jul 14, 2008, at 4:56 AM, rbaumhof wrote:


Hello,

we develop our application with eclipse and an ant build script copyies the new ear file to the geronimo deploy directory. This of course works very fine, but after each redeploy all jsp pages must be recompiled by jasper (when we first call the page). This takes a lot of time, each complie takes about 15-25 seconds. So i need about 1/12 - 2 minutes until i reach the page i'am currently working on. When i remind my development with jboss some years ago i think jboss used a timestamp and only compiled the new pages which changed since the last redeploy. Is there any possibility to use such
a feature within geronimo??

I can see that would be painful. Pre-compiling your JSP pages at build time is the only suggestion that I have, at the moment... Would increase your build time, but should decrease your test time delays.

--kevan

Reply via email to