JBoss 7.1.1中缺少Web应用程序目录

编程入门 行业动态 更新时间:2024-10-27 02:23:44
本文介绍了JBoss 7.1.1中缺少Web应用程序目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

当我从Eclipse IDE将应用程序部署到JBoss 7.1.1应用程序服务器时,我在<JBOSS_HOME\standalone\deployments>目录下找到了myapp.war目录.

When I deploy my application from Eclipse IDE to JBoss 7.1.1 application server, I found myapp.war directory under <JBOSS_HOME\standalone\deployments>directory.

但是当我从JBoss管理控制台部署应用程序的myppa.war文件时.我没有在<JBOSS_HOME\standalone\deployments>目录下找到.

But when I deploy myppa.war file of my application from JBoss Admin Console. I did not found under <JBOSS_HOME\standalone\deployments>directory.

在哪里可以在JBoss 7.1.1中获得war的部署文件夹?

Where can I get the deployment folder of war in JBoss 7.1.1?

推荐答案

在使用管理控制台完成部署后,JBOSS使用vfs:

JBOSS uses vfs when deployment is done using Admin Console:

尝试以下位置:

${JBOSS_HOME}/standalone/tmp/vfs

在此目录内,您会发现主要两种类型的目录,以:

Inside this directory you will find mainly two types of directories starting with:

deployment* temp*

现在在以temp开头的目录中,您将找到war文件的内容.重要的是选择最新的.

Now inside the directory starting with temp, you will find the contents of the war file. The important point is to pick the latest one.

在浏览目录时,您应该看到一个以 content * 开头的目录,并且在此目录中是webapp的内容.

On browsing the directory you should see a directory starting with content* and inside this directory, the contents of webapp.

更多推荐

JBoss 7.1.1中缺少Web应用程序目录

本文发布于:2023-11-11 21:24:40,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1579599.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   目录   JBoss   Web

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!