1 Reply Latest reply on Mar 8, 2011 8:02 AM by wdfink

    Multiple Instance of Jboss in Solaris

    ssoman

      I am trying to create multiple instance of jboss in sunsolris machine.

       

      Following are the steps which I did for the same.

       

      1) Replicated the default sever into as node1,node2

      2) Commneted the Service Binding in jboss-service.xml of default server

      3) Uncommented the Service Binding in jboss-service.xml of node1. so its now pointing to ports-01

      3) Uncommented the Service Binding in jboss-service.xml of node2 and changed to ports-02.

       

      when I am trying to run the server(node) node1 as run.sh -c node1 its always staring the default server.

       

      Note: The same setup is wroking fine in windows machine

       

      Can anybody tell why ,run.sh -c node1 or run.sh -c node2 are always staring the default server?