Websphere 6.1 - 预编译 jsp 文件
在 Websphere (6.1) 中预编译 JSP 文件的最佳方法是什么?
我已经查看了与 JSP 预编译相关的其他问题,但由于每个 AppServer 都有特定的设置,我想知道专门针对 Websphere 的解决方案。
我在网上找到了一些参考资料来编辑文件 ibm-web-ext.xmi:
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,而不是使用批处理编译器。
谢谢。
What is the best way to precompile JSP files in Websphere (6.1)?
I have looked at other questions related to JSP precompilations, but as each AppServer has specific settings, I would like to know specifically a solution for Websphere.
I found some references in the net to edit the file ibm-web-ext.xmi:
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
I am looking for some solution to precompile JSP's on deployment and not using the batch compiler.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从控制台中,您可以选择此处描述的选项: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.base.doc/info/aes/ae /trun_app_instwiz.html
From the console, you can choose the option as described here: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.base.doc/info/aes/ae/trun_app_instwiz.html