Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 13:25, Markus Schönhaber: > What you could check [...] Forgot to mention: it might be useful to increase the log-level of Jasper's Compiler class, i. e. add org.apache.jasper.compiler.Compiler.level=FINE to conf/logging.properties You should then see in Tomcat's logs whether compilatio

Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 12:43, Alexander Skwar: > Do you happen to have any idea, why I did not notice any impovements > in the 1st time load delay? Ie. why do I still have to wait 10s after > having deployed, before the login screen is shown for the first time? > > At this point in time, the web app does

Re: No gain after pre-compilation

2010-03-09 Thread Alexander Skwar
Hello! Thanks a lot for the conformation. Do you happen to have any idea, why I did not notice any impovements in the 1st time load delay? Ie. why do I still have to wait 10s after having deployed, before the login screen is shown for the first time? At this point in time, the web app does

Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 10:25, Alexander Skwar: I didn't look at your build script, just a general remark below. > Or is it just, that this shows, that our web app doesn't have a bottleneck > in the "JSP land" (which would be a true statement - it communicates > with some background databases and apps, which

No gain after pre-compilation

2010-03-09 Thread Alexander Skwar
Hello. In the Tomcat 6.0 Jasper documentation at or , I read that the most performance gain can be achieved by pre-compiling the JSPs. Because of that, I simply gave that a try and can't find