Saturday, June 6, 2009

Changing JBoss 5 port

+ Increments the default port assignments by 100 if using the 
ports-01
setting:
run -Djboss.service.binding.set="ports-01"

+ Increments the default port assignments by 200 if using the
ports-02
setting:
run -Djboss.service.binding.set="ports-02"

+ Increments the default port assignments by 300 if using the
ports-03
setting:
run -Djboss.service.binding.set="ports-03"

+ Increments the default port assignments by 400 if using the
ports-04 setting:
run -Djboss.service.binding.set="ports-04"



1 comment:

  1. I think the above command works for JNDI port numbers

    ReplyDelete