About JSP pre-compilation requires the following settings when using JSP pre-compiled feature in WebLogic: 1, add the following configuration in WebLogic.xml, Precompile param-name> True param-value> jsp-param> 2, using ANT to pre-compile the JSP for web applications, the following is an example of a complete build.xml, in this case, use Ant WLJSPC, < Property name = "WebLogic_UID" value = "WebLogic" /> <
INCLUDE NAME = "** / *. zip" /> fileset> fileset> path> < DELETE> fileset> delete > target> javac> copy> target>
"$ {classs.dir}" include = "ApplicationResources_zh.properties" /> target> copy> target> -> classpath> java> target> <
ANTCALL TARGET = "Rename_WebApp" /> target> java> target> jar> target> project> 3, you cannot set the option -upload to be valid when using Ant Deploy deployment, so here is an annotation process, otherwise The JSP file after deployment will still be compiled during the first visit.