在 JBoss 6 上部署 WAR 文件

发布于 2024-12-27 08:48:17 字数 373 浏览 1 评论 0原文

在 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文