2 Replies Latest reply on Aug 24, 2016 7:14 AM by bohremsdaq

    Domain jboss-cli to see if the war file is completely deployed and ready to accept connections

    bohremsdaq

      I am using Wilfly 9.0.1Final

      I have tried using the command "$JBOSS_HOME/bin/jboss-cli.sh --controller=10.14.5.13 -c --command "deployment-info --server-group=group-one --name=deployment.war" to get the state of my deployment. Howver I only get back

      NAME                  RUNTIME-NAME    STATE

      deployment.war     deployment.war          enabled

      This is true even if the deployment is still being loaded by Wildfly and not ready to accpet connections. What I was looking for was something similar to what I have seen with people on the standalone system

       

      NAME RUNTIME-NAME PERSISTENT ENABLED STATUS
      jboss
      -ejb-in-ear.ear jboss-ejb-in-ear.ear true   true  OK