<<Jboss-HOME>>/bin run.bat -c <<servername> -Djboss.service.binding.set=ports-01
There are 4 options available in Jboss6, to view those login into AdminConsole (http://localhost:8080/admin-console/)
ports-default - 8080 and others
ports-01 - +100
ports-02 - +200
ports-03 - +300
- <<servername>> - could be server directory name (all or minimal). default value is "default"
- -Djboss.service.binding.set=ports-01 - this option will increase all port numbers by 100.
- Example: HA-JNDI port default is 1099 and after using option 1199
There are 4 options available in Jboss6, to view those login into AdminConsole (http://localhost:8080/admin-console/)
Service Binding Manager |
ports-default - 8080 and others
ports-01 - +100
ports-02 - +200
ports-03 - +300
Comments
Post a Comment