pre-compiling JSPs

war file created through JSC for Tomcat contains JSPs, just wondering what should I include in build.xml so that jsp are pre compiled, so that war contains classes rather than jsp source or is there any preference or property which can I set for pre-compiling jsp?Thanks.
[292 byte] By [ndzpac] at [2007-11-26 10:55:01]
# 1

Though there is information available how to precompile jsp.

http://scriptlandia.blogspot.com/2006/04/how-to-pre-compile-jsp-pages-for.html

I am not sure how to incorporate this into JSC build, so that if I create a war file then it should only include compiled jsp files rather than source.

Just wondering, if any one has done something like this and can share some info.

Thanks.

ndzpac at 2007-7-7 3:08:09 > top of Java-index,Development Tools,Java Tools...