无法通过Eclipse luna在JBoss AS 7中部署战争。

问题描述 投票:0回答:1

我使用Eclipse luna和Jboss tools 4.2.0.Beta2以及JbossAS 7.1.1。

我从Eclipse部署了我的应用程序,并启动了Jboss,然后我遇到了一个问题,即部署开始时完成部署,然后再次重新部署应用程序,这种情况发生了2次以上,并且无法部署。

我无法部署我的应用程序。

请分享上述问题的解决方法。

eclipse deployment jboss7.x eclipse-luna
1个回答
0
投票

在你的 standalone.xml 编辑 deployment-scannerenabled="true"auto-deploy-exploded="true"

<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-enabled="true" scan-interval="5000" auto-deploy-exploded="true" deployment-timeout="1200" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
© www.soinside.com 2019 - 2024. All rights reserved.