How do I deliver a JSP-based web app as just the precompiled .class files?
Created May 4, 2012
JSPs can be distributed as part of the WAR file, in either source or binary form. For more information on how this can be accomplished, refer to "Appendix C - Packaging JSP files" in the JSP 1.1 Specification document.
Note that the application server you select should not only comply with these specifications but should also support distribution of WAR files for web application distribution.