Websphere 6.1 - 预编译 jsp 文件

发布于 2024-07-28 21:58:40 字数 617 浏览 5 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日 2024-08-04 21:58:40

从控制台中,您可以选择此处描述的选项: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.base.doc/info/aes/ae /trun_app_instwiz.html

Applications > Install New Application > application_path > Show me all installation options and parameters > Next > Next > Precompile JavaServer Pages files > Next > Step: Provide options to compile JSPs.

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

Applications > Install New Application > application_path > Show me all installation options and parameters > Next > Next > Precompile JavaServer Pages files > Next > Step: Provide options to compile JSPs.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文