I'm pre-compiling jsp's in a webapp using tomcat as described here: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Web_Application_Compilation
Is a way to exclude a subset of jsp files in the application? According to the documentation of org.apache.jarsper.JpsC it offers no such thing. But I was wondering if someone has come up with a innovative way of achieving this.
So far I've tried deleting the java files that JspC generated before doing the java compile, but now I'm getting errors in some jsp files from JspC and would like a way to have JspC ignore those.