[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web connector configuration from within EAR?

PeterJ do-not-reply at jboss.com
Tue Sep 16 12:01:16 EDT 2008


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#4176857

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176857



More information about the jboss-user mailing list