首页 > 移动平台 > 详细

Where Jboss7.1 take war application to deploy--reference

时间:2014-08-12 12:53:54      阅读:431      评论:0      收藏:0      [点我收藏+]

Question

i‘ve deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i‘ve delete it latter ( in the */standalone/deployments folder). But every time i restart my server it deploy again that application. Is there another place where jboss read application to deploy? Best regard。

Answer:

Did you delete the file while the server was running?

Probably, JBoss still finds a deployment information in one your /standalone/configuration/standalone*.xml files (at the end of the file). JBoss unpacks its deployments in one of the /standalone/tmp/vfs/temp* folders. As long as it finds a deployment in your configuration file, it will start the application.

The deployment binaries are located under the standalone/data/content. These would also need to be deleted. The best solution is to properly undeploy the application via CLI, the maven plug-in or the web console.

原文地址:http://stackoverflow.com/questions/10261039/where-jboss7-1-take-war-application-to-deploy

 

另外:jboss.web目录为jsp编译文件路径,standalone模式下路径为:/jboss_home/standalone/tmp/work/jboss.web/default-host/

         服务器访问日志access_log.date目录为:/jboss_home/standalone/log/default-host/

        部署文件压缩包目录为:/jboss_home/standalone/data/content/

Where Jboss7.1 take war application to deploy--reference,布布扣,bubuko.com

Where Jboss7.1 take war application to deploy--reference

原文:http://www.cnblogs.com/davidwang456/p/3906661.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!