Precompile JSP

Hi,

Is there any option toPre-Compile JSP files?

In my project, i am using struts-tiles. Each page contains five distinct JSPs. When first request made to the page, it will take too much time to display, because it will compile all the five JSPs and generate class files..

Is there any way to compile all JSP's on deploy time?

Please advice.

[389 byte] By [Vel-Indiaa] at [2007-11-27 11:54:54]
# 1

you can precompile them with the JSpC Ant task:

http://ant.apache.org/manual/OptionalTasks/jspc.html

yorkroada at 2007-7-29 18:58:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...