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.

