在压缩的 EAR == 中部署分解的 WAR 不可能吗?
目前,我正在尝试在 jboss-4.2.3.GA 服务器上的压缩的ear文件中部署分解的war目录。但是JBoss抱怨它找不到web-app.war文件(Failed to find module file: web-app.war)。但是,如果我也部署相同的ear 文件,则部署工作不会出现任何问题。
所以我的问题是:通常是否有可能在压缩的耳朵内部署爆炸战争?
At the moment I am trying to deploy an exploded war directory in a compressed ear file on a jboss-4.2.3.GA server. But JBoss complains that it can't find the web-app.war file (Failed to find module file: web-app.war). However if I deploy the same ear file exploded, too, the deployment works without any problems.
So my question is: Is it generally possible to deploy an exploded war inside a compressed ear?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以在 jboss-5.1.0.GA 上的压缩耳朵内部署爆炸战争。
我建议您可以检查 youear.ear/META-INF/application.xml。
我的appliation.xml是这样的:
myapp-war-1.0.0-SNAPSHOT.war是一个分解的war目录。
I can deploy an exploded war inside a compressed ear on jboss-5.1.0.GA.
I suggest that you can check youear.ear/META-INF/application.xml.
My appliation.xml is like this:
and myapp-war-1.0.0-SNAPSHOT.war is an exploded war directory.