I am pre-compiling hundreds of JSP files in a legacy project with a Maven plugin at compile/package time to validate that the JSP files are correct.
I want to be able to use the .class
files that JSP compiler produces and places in WEB-INF/classes
instead of Weblogic recompiling the JSP again when the .ear
is deployed.
I have been unsuccessful in finding this information on how to accomplish this in Oracle's documentation.