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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259960#4259960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259960 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
