1 Reply Latest reply on May 19, 2011 1:36 PM by dhaval0129

    Restart JBoss Service programmatically

    dhaval0129

      Hi

       

      I have installed JBoss Service on Windows/Linux workstation and I would like to restart JBoss Service programmatically

      After any update is performed on server, can any one let me know How can I do it ?

      Does JBoss has any open source tools to do that ?

       

      Thanks

      Dhaval Joshi

        • 1. Restart JBoss Service programmatically
          dhaval0129

          ok, I figured it out, I am using Python script to restart jboss service on windows & linux, call python file from java code,

          I also tried some other java based open source packages named restarts.exe but python response was better,

          later I figured out I can also use C/C++ code and integrate dll's with JNI