You can change the port number in server.xml to be a system property value. Example:
<Connector port="${my.port} address="${jboss.bind.address}"
Then set the property when starting the app server:
run -Dmy.port=8081
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176857#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...