Websphere 在部署时是否会引发 WAR 和/或 JAR?
当我们将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WebSphere Application Server 总是会引发战争。您应该查看profile-directory/installedApps/your-management-cell-name/。 WAR 将被包装在 EAR 中进行部署,在 EAR 目录下您将发现 WAR 已展开。
请注意有关该行为的一些事项:
如果您遇到技术问题并且部署无法正常工作,您应该执行 部署必须收集 看看出了什么问题。
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:
If you have technical problems and the deploying does not work as it should you should do Deployment Mustgather to see what goes wrong.