4 Replies Latest reply on Nov 12, 2008 10:16 PM by vpire

    Jboss Startup Script

    vpire

      Is there any startup script available. Normally I start up jboss using
      ./run.sh -c default -Djboss.bind.address=123.123.1.1
      then I just use Ctrl+C to stop it.
      Now I want o create a script to run daily where it shutdown the current jboss and startup a new jboss without appearing in the console. (can be background).
      I have written a script where I am able to shutdown the jboss but when I try to execute the run command above and redirect it to the background it just fail to load. Can anybody give me some pointer? Thanks