This content has been marked as final.
Show 1 reply
-
1. Re: Jboss 6.4 Configuration on Linux
rhn-support-abhati Jun 25, 2017 9:47 PM (in response to shahakshay119)Hi Akshay,
You can simply unzip the JBoss installation which you have downloaded on your linux machine, consider this path as $JBOSS_HOME
Navigate to $JBOSS_HOME/bin and run ./add-user.sh to add a management user.Once the management user is created run ./standalone.sh -b IP -bmanagement IP
You can access the JBoss management console from this IP. Open any browser and hit the IP:9990 , "9990" is the default port for management console.Login with the management user.
NOTE : Make sure the ports are open and there is no firewall , if ports are not open then there might be issue while accessing JBoss console from your windows machine.
Let me know if it worked for you.