JBoss 7.1.1中缺少Web应用程序目录 [英] Missing Web Application directory in JBoss 7.1.1

查看:101
本文介绍了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应用程序目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆