Jboss 7 war deployment failed

前端 未结 3 1357
日久生厌
日久生厌 2021-01-31 16:49

Jboss 7 war deployment failed and i got the below error message in the log.

ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS01         


        
3条回答
  •  渐次进展
    2021-01-31 17:19

    When dealing with JBoss 7 (6.1+ EAP) remember to edit XML settings only when the server is not running - otherwise they will be overwritten and the changes will not take place.

    According to the documentation, Deployment-timeout is specified in seconds and Scan-interval time is specified in miliseconds.

提交回复
热议问题