[jboss-cvs] JBossAS SVN: r78310 - projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 10 00:50:09 EDT 2008
Author: irooskov at redhat.com
Date: 2008-09-10 00:50:08 -0400 (Wed, 10 Sep 2008)
New Revision: 78310
Modified:
projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
Log:
updated Security for Firewall port fixes. This completes the 4.3 part of JBPAPP-1152
Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml 2008-09-10 04:30:56 UTC (rev 78309)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml 2008-09-10 04:50:08 UTC (rev 78310)
@@ -3301,10 +3301,10 @@
</para>
<table id="Configuring_JBoss_for_use_Behind_a_Firewall-The_ports_found_in_the_default_configuration">
<title>The ports found in the default configuration</title>
- <tgroup cols="3">
- <colspec colname="c1" colnum="1" colwidth=".25*"></colspec>
+ <tgroup cols="4">
+ <!-- <colspec colname="c1" colnum="1" colwidth=".25*"></colspec>
<colspec colname="c2" colnum="2" colwidth=".25*"></colspec>
- <colspec colname="c3" colnum="3" colwidth="1*"></colspec>
+ <colspec colname="c3" colnum="3" colwidth="1*"></colspec> -->
<thead>
<row>
<entry>
@@ -3316,6 +3316,9 @@
<entry>
Service
</entry>
+ <entry>
+ Notes
+ </entry>
</row>
</thead>
<tbody>
@@ -3343,6 +3346,17 @@
</row>
<row>
<entry>
+ 3873
+ </entry>
+ <entry>
+ TCP
+ </entry>
+ <entry>
+ <literal>org.jboss.remoting.transport.Connector</literal> (EJB3)
+ </entry>
+ </row>
+ <row>
+ <entry>
4444
</entry>
<entry>
@@ -3365,57 +3379,71 @@
</row>
<row>
<entry>
- 8009
+ 4446
</entry>
<entry>
TCP
</entry>
<entry>
- <literal>org.jboss.web.tomcat.tc4.EmbeddedTomcatService</literal>
+ <literal>org.jboss.remoting.transport.Connector</literal> (UnifiedInvoker)
</entry>
</row>
<row>
<entry>
- 8080
+ 4457
</entry>
<entry>
TCP
</entry>
<entry>
- <literal>org.jboss.web.tomcat.tc4.EmbeddedTomcatService</literal>
+ <literal>org.jboss.remoting.transport.Connector</literal> (Messaging)
</entry>
+ <entry>
+ Plus one additional anonymous TCP port. You can specify fixed port number via the secondaryBindPort parameter in the <filename>deploy/jboss-messaging.sar/remoting-bisocket-service.xml</filename> file.
+ </entry>
</row>
<row>
<entry>
- 8083
+ 8009
</entry>
<entry>
TCP
</entry>
<entry>
- <literal>org.jboss.web.WebService</literal>
+ <literal>org.jboss.web.tomcat.service.JBossWeb</literal>
</entry>
</row>
<row>
<entry>
- 8093
+ 8080
</entry>
<entry>
TCP
</entry>
<entry>
- <literal>org.jboss.mq.il.uil2.UILServerILService</literal>
+ <literal>org.jboss.web.tomcat.service.JBossWeb</literal>
</entry>
</row>
+ <row>
+ <entry>
+ 8083
+ </entry>
+ <entry>
+ TCP
+ </entry>
+ <entry>
+ <literal>org.jboss.web.WebService</literal>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
<table id="Configuring_JBoss_for_use_Behind_a_Firewall-Additional_ports_in_the_all_configuration">
<title>Additional ports in the all configuration</title>
- <tgroup cols="3">
- <colspec colname="c1" colnum="1" colwidth=".25*"></colspec>
+ <tgroup cols="4">
+ <!-- <colspec colname="c1" colnum="1" colwidth=".25*"></colspec>
<colspec colname="c2" colnum="2" colwidth=".25*"></colspec>
- <colspec colname="c3" colnum="3" colwidth="1*"></colspec>
+ <colspec colname="c3" colnum="3" colwidth="1*"></colspec> -->
<thead>
<row>
<entry>
@@ -3427,6 +3455,9 @@
<entry>
Service
</entry>
+ <entry>
+ Notes
+ </entry>
</row>
</thead>
<tbody>
@@ -3473,6 +3504,9 @@
<entry>
<literal>org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService</literal>
</entry>
+ <entry>
+ Plus one additional anonymous UDP port which does not support configuration the port.
+ </entry>
</row>
<row>
<entry>
@@ -3509,18 +3543,99 @@
</row>
<row>
<entry>
- 45566<footnote><para>
- Plus two additional anonymous UDP ports, one can be set using the <literal>rcv_port</literal>, and the other cannot be set.
- </para>
- </footnote>
+ 7900
</entry>
<entry>
+ TCP
+ </entry>
+ <entry>
+ <literal>org.jboss.messaging.core.jmx.MessagingPostOfficeService</literal> (Messaging, DataChannel)
+ </entry>
+ <entry>
+ Plus one additional anonymous TCP port. It can be set using the FD_SOCK.start_port parameter.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ 43333
+ </entry>
+ <entry>
UDP
</entry>
<entry>
+ <literal>org.jboss.cache.TreeCache</literal> (EJB3Entity)
+ </entry>
+ <entry>
+ Plus one additional anonymous UDP port for unicast and one additional anonymous TCP port. The UDP port can be set using the rcv_port parameter and the TCP port can be set using the FD_SOCK.start_port parameter.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ 45551
+ </entry>
+ <entry>
+ UDP
+ </entry>
+ <entry>
+ <literal>org.jboss.cache.TreeCache</literal> (EJB3SFSB)
+ </entry>
+ <entry>
+ Plus one additional anonymous UDP port for unicast and one additional anonymous TCP port. The UDP port can be set using the rcv_port parameter and the TCP port can be set using the FD_SOCK.start_port parameter.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ 45566
+ </entry>
+ <entry>
+ UDP
+ </entry>
+ <entry>
<literal>org.jboss.ha.framework.server.ClusterPartition</literal>
</entry>
+ <entry>
+ Plus one additional anonymous UDP port for unicast and one additional anonymous TCP port. The UDP port can be set using the rcv_port parameter and the TCP port can be set using the FD_SOCK.start_port parameter.
+ </entry>
</row>
+ <row>
+ <entry>
+ 45567
+ </entry>
+ <entry>
+ UDP
+ </entry>
+ <entry>
+ <literal>org.jboss.messaging.core.jmx.MessagingPostOfficeService</literal> (Messaging, DataChannel MPING)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ 45568
+ </entry>
+ <entry>
+ UDP
+ </entry>
+ <entry>
+ <literal>org.jboss.messaging.core.jmx.MessagingPostOfficeService</literal> (Messaging, ControlChannel)
+ </entry>
+ <entry>
+ Plus one additional anonymous UDP port for unicast and one additional anonymous TCP port. The UDP port can be set using the rcv_port parameter and the TCP port can be set using the FD_SOCK.start_port parameter.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ 45577
+ </entry>
+ <entry>
+ UDP
+ </entry>
+ <entry>
+ <literal>org.jboss.cache.TreeCache</literal> (JBossWebCluster)
+ </entry>
+ <entry>
+ Plus one additional anonymous UDP port for unicast and one additional anonymous TCP port. The UDP port can be set using the rcv_port parameter and the TCP port can be set using the FD_SOCK.start_port parameter.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
More information about the jboss-cvs-commits
mailing list