1. open the %JBOSS_HOME\server\default\deploy\jboss-web.deployer\server.xml
 
2. modify the connector port of the tab
    <Connector port="8080" address="${jboss.bind.address}"
    to the port you want, for example,  port 80
    <Connector port="80" address="${jboss.bind.address}"
文章標籤

雪 薄草 發表在 痞客邦 留言(0) 人氣(56)