Websphere 在部署时是否会引发 WAR 和/或 JAR?

发布于 2024-09-26 02:54:32 字数 135 浏览 6 评论 0原文

当我们将 WAR 部署到 tomcat 中时,它会爆炸 WAR,而在 websphere 中部署 WAR 时,它也会爆炸 WAR。因为我已经将 WAR 部署到 websphere 中,但它没有分解我的 WAR,如果 WAR 没有分解,文件解析器将无法工作。

When we deploy WAR into tomcat it explode WAR, while deploying WAR in websphere dose it explode the WAR as well. because I have deployed WAR into websphere but it dose not exploded my WAR and if the WAR is not exploded the file resolver doe not works.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

郁金香雨 2024-10-03 02:54:32

WebSphere Application Server 总是会引发战争。您应该查看profile-directory/installedApps/your-management-cell-name/。 WAR 将被包装在 EAR 中进行部署,在 EAR 目录下您将发现 WAR 已展开。

请注意有关该行为的一些事项:

  • 手动修改目录内容是不可取的,因为一些与管理相关的活动可能会删除您的修改。这种情况很容易发生,尤其是在使用受管节点时。如果您必须在生产中修改某些内容,请始终通过管理界面进行修改。
  • 如果您希望再次手动修改应用程序中的 JSP 文件,则必须注意,不一定在应用程序的所有环境中都启用 JSP 重新加载。

如果您遇到技术问题并且部署无法正常工作,您应该执行 部署必须收集 看看出了什么问题。

WebSphere Application Server always explodes the wars. You should take a look under profile-directory/installedApps/your-management-cell-name/. The WAR will be wrapped inside EAR for deployment, and under the EAR directory you will find the WAR exploded.

Please notice a few things about the behaviour:

  • Modifying the contents of the directory manually is not advisable, because several management related activities can remove your modifications. This happens quite easily especially when using managed nodes. If you have to modify something in production always do your modifications via the administrative interfaces.
  • If you wish to modify JSP files in your applications again manually, you have to notice that JSP reloading is not necessarily enabled in all environments for the application.

If you have technical problems and the deploying does not work as it should you should do Deployment Mustgather to see what goes wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文