【问题标题】:Spring boot wep application to IBM WebsphereSpring Boot wep 应用程序到 IBM Websphere
【发布时间】:2015-10-21 18:00:35
【问题描述】:

我使用 Spring Boot 创建了 Web 应用程序(Spring MVC)并通过内置服务器 apache tomcat(maven tomcat 插件)执行它。它工作正常。所以我的问题是如何将这个 WAR 部署到 WAS 7.0 应用服务器中。

【问题讨论】:

    标签: spring-mvc spring-boot websphere-7


    【解决方案1】:

    您只需将 Maven 中的打包更改为 WAR 并定义部署描述符。 Read this section if Spring Boot reference docs.

    【讨论】:

    • WebSphere 7 只是 Java EE 5,所以它是一个 Servlet 2.5 应用服务器。这使它变得更加困难。所需的额外步骤是described in the reference docs
    • 感谢 Iuboskmac 和安迪。我会检查的。
    猜你喜欢
    • 2016-04-19
    • 1970-01-01
    • 2020-06-16
    • 1970-01-01
    • 2020-07-20
    • 1970-01-01
    • 1970-01-01
    • 2017-02-01
    • 2015-10-29
    相关资源
    最近更新 更多