5 Replies Latest reply on Oct 13, 2009 11:46 AM by ironosity

    Start JBoss from a remote machine?

    ironosity

      Hey,

      I'm working with on an ant script that can be used to start/stop a JBoss instance on a remote machine on my local intranet. the stopping part works fine. Starting causes me issues.

      Basically what I am doing is calling the a bat file that runs the run.bat (remote server is WinServ2008) with specific parameters. this file contains the fillowing:

      \\[servername]\[jboss home]bin\run.bat -c [instanceName] -b [ip address to bind instance to] -Djboss.messaging.ServerPeerID=2


      when it runs it acts like it's trying to start jboss on my local machine. So how do I get JBoss to start from an external machine? Starting it locally works with out problem.

      Thanks for any help you can give.