set CUSTOM_PATH=-Djboss.server.home.dir=%SERVER_HOME% -Djboss.server.home.url=file:%SERVER_HOME%
2.D:\tools\jboss-4.2.1GA\server\default\deploy\ejb3.deployer\META-INF\jboss-service.xml
<attribute name="InvokerLocator">socket://${jboss.bind.address}:13873</attribute>
3.D:\tools\jboss-4.2.1GA\server\default\deploy\jboss-web.deployer\server.xml
<Connector port="18080" address="0.0.0.0"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="18443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" useBodyEncodingForURI="true"/>
<Connector port="18009" address="${jboss.bind.address}" protocol="AJP/1.3"
emptySessionPath="true" enableLookups="false" redirectPort="18443" />
5.D:\tools\jboss-4.2.1GA\server\default\conf\jboss-service.xml
<attribute name="ServerName">ports-02</attribute>
<attribute name="Port">18083</attribute>
<attribute name="Port">11199</attribute>
<attribute name="RmiPort">11098</attribute>
<attribute name="RMIObjectPort">14444</attribute>
<attribute name="ServerBindPort">14445</attribute>
<attribute name="serverBindPort">14446</attribute>
















