1 Reply Latest reply on Dec 11, 2013 4:48 AM by wdfink

    how to set jboss7 ip on KVM

    jeryma

      Hi ,everyone

       

      KVM set two ip ,one ip is used by  communicating  to out environment  and anthoer ip is used by  communicating internal  environment  for virtual server access each other which can't access by out environment.

       

      how to set my jboss7 address for access by  out environment user ? 9990 8080 9999 listern ip  for example.

       

      As we know,tomcat and galssfish needn't to appoint management ip,how about jboss7 ?

       

      thanks very much !

        • 1. Re: how to set jboss7 ip on KVM
          wdfink

          You can set the used IP addresses via start command:

            standalone.sh -b <publicIP> -bmanagement <managementIP>

           

          The manangement IP is for port 9990 and 9999,

          the public IP for all ports which might be used for application purpose.

           

          If you look into the standalone*.xml you will find a <interfaces> and <socket-binding> element where the IP addresses and sockets are configured.