2 Replies Latest reply on Jan 29, 2014 1:44 PM by wdfink

    start-stop by script

    zatopek

      hello

      for starting one jboss into standalone mode i make this (into one sh script):

      nohup /opt/jboss/jboss-eap-6.2/bin/standalone.sh -b 0.0.0.0 -Djboss.node.name=myfirtsnode -Djboss.server.base.dir=/opt/jboss/standalone/myfirtsnode -Djboss.socket.binding.port-offset=1000 &

      i mus tot make one script for stop it by, for example, node name.

      is this posible?

      do you know any example?

       

       

      thanks