在Websphere(6.1)中预编译JSP文件的最佳方法是什么?
Add the following line before the line
...
</webappext:WebAppExtension>:
<jspAttributes
xmi:id="JSPAttribute_2" name="disableJspRuntimeCompilation" value="true"/>
# Run the JSP batch compiler.
WAS_installDir/bin/JspBatchCompiler -ear.path /mytmp/WC_jbweb1.expanded.ear -webmodule.name Stores.war -compileToWebInf true
我正在寻找一些在部署时预编译JSP而不使用批处理编译器的解决方案。