Oh, and one other thought - the correct way to specify different port number is to use the
binding service. See
server/default/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml. This file
defines groups of port bindings that you can select from the command line like this:
run -Djboss.service.binding.set=xxx
where xxx is the desired configuration, such as ports-01.
The predefined binding set includes the default bindings and the others are incremental in
nature (example: port = default port + 100). But you can make a copy of the default port
set and specify custom binding and then use that set.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243791#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...