This ports are used in JBoss 4.0.5 GA (all we are using)

default

  | deploy/naming.sar/META-INF/jboss-service.xml   <attribute 
name="Port">***NamingService.Port***</attribute>
  | deploy/naming.sar/META-INF/jboss-service.xml   <attribute 
name="RmiPort">***NamingService.RmiPort***</attribute>
  | 

tomcat

  | deploy/jbossweb-tomcat55.sar/server.xml:      <Connector 
port="***StandardService.port***" address="${jboss.bind.address}"
  | deploy/jbossweb-tomcat55.sar/server.xml:         enableLookups="false" 
redirectPort="***StandardService.redirectPort***" acceptCount="100"
  | 
  | if using AJP13 correct 8009 and 8443:
  | <!--
  | <Connector port="8009" address="${jboss.bind.address}"
  |    emptySessionPath="true" enableLookups="false" redirectPort="8443" 
  |    protocol="AJP/1.3"/>
  | -->
  | 

Classloading, Naming, etc...

  | deploy/dynclassloader-service.xml:      <attribute 
name="Port">***dynclassloader.Port***</attribute>
  | deploy/invokers-service.xml:      <attribute 
name="RMIObjectPort">***JRMPInvoker.RMIObjectPort***</attribute>
  | deploy/invokers-service.xml:      <attribute 
name="ServerBindPort">***PooledInvoker.ServerBindPort***</attribute>
  | 

Hibernate

  | if using ejb3 (hibernate)
  | deploy/ejb3.deployer/META-INF/jboss-service.xml:      <attribute 
name="InvokerLocator">socket://${jboss.bind.address}:***ejb3deployer.port***</attribute>
  | 

Default ports

  | ***NamingService.Port*** - 1099
  | ***NamingService.RmiPort*** - 1098
  | ***StandardService.port*** - 8080
  | ***StandardService.redirectPort*** - 8443
  | ***dynclassloader.Port*** - 8083
  | ***JRMPInvoker.RMIObjectPort*** - 4444
  | ***PooledInvoker.ServerBindPort*** - 4445
  | ***ejb3deployer.port*** - 8873
  | 

lg
Wolfgang

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998969#3998969

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998969
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to