在 JBoss 6 上部署 WAR 文件
在 JBoss4 上,我通过将 WAR 文件复制到 /server/default/deploy/webapps/ 文件夹来部署 WAR 文件。 (我自己创建了 webapps 文件夹)一切都很好。复制文件后,JBoss 会自动分解 tmp 文件夹中的文件并部署 Web 应用程序。
但现在我已经升级到JBoss 6了,这个方法就不管用了。我必须手动提取 WAR 文件,以便 JBoss 可以加载其中的 .so 文件。即,如果我有 APP.WAR 文件,我必须在 webapps 文件夹下提取 APP.WAR 并将该文件夹命名为 APP.WAR。
我想知道我是否做错了什么(可能是权限),或者 JBoss 6 与 JBoss 4 相比在处理 WAR 文件方面是否有变化。
干杯, 礼萨
On JBoss4, I deploy my WAR files by copying it file to the /server/default/deploy/webapps/ folder. (I had created the webapps folder myself) and everything is fine. Once the file is copied, JBoss automatically explodes the file in the tmp folder and deploys the web application.
But now that I have upgraded to JBoss 6, this method does not work. I have to extract my WAR file manually, so that JBoss can load the .so file that I have in it. i.e., if I have APP.WAR file, I have to extract APP.WAR under webapps folder and name that folder APP.WAR.
I was wondering if there is anything I have done wrong (maybe permissions) or if there is a change in JBoss 6 comparing to JBoss 4, for dealing with WAR files.
Cheers,
Reza
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论