JBoss.orgCommunity Documentation
The Service Binding Manager co-ordinates which ports the JBoss Application Server instance listens on when it starts up and the Administration Console provides a mechanism for configuring this service to change which ports get used. In the navigation pane select the SBM: <machine> : JBossAS Servers : JBoss AS 6 (default) : Service Binding Manager. Next go to its Configuration tab and for the Active Binding Set Name property enter the name of the new port set you wish the JBoss Application Server instance to use and hit the SAVE button at the bottom of the page. Out of the box, the JBoss Application Server ships with four port sets defined as:
ports-default: The standard ports, for instance JBoss Web listens for HTTP requests on 8080. You can view all of the standard port settings on the Configuration tab of the Service Binding Manager resource.
ports-01: The standard ports incremented by 100. For example, HTTP is on 8180
ports-02: The standard ports incremented by 200. For example, HTTP is on 8280
ports-03: The standard ports incremented by 300. For example, HTTP is on 8380
If you wish to specify a different range of ports to use then you can create your own Service Binding Set resource through the Administration Console. Select the Service Binding Sets folder from the navigation, hit the Add a new resource button on the main panel and enter in the necessary information.
Once you have updated the configuration for the Service Binding Manager, the JBoss Application Server instance must be restarted for those changes to take effect. After the restart, the new ports will be used when accessing the Administration Console (for example, http://localhost:8180/admin-console).