Class CompileAll

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class CompileAll
extends HttpServlet
This servlet will scan for all files ending with .jsp and issue a request for them with the parameter jsp_precompile=true therby compiling all JSP files into servlets.

This code is based on code written by RĂ©al Gagnon: http://www.rgagnon.com/javadetails/java-0414.html

Version:
2.0
Author:
nicklas
See Also:
Serialized Form
Last modified
$Date: 2015-05-12 11:27:08 +0200 (ti, 12 maj 2015) $