[jboss-cvs] JBossAS SVN: r78309 - projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 00:30:57 EDT 2008


Author: irooskov at redhat.com
Date: 2008-09-10 00:30:56 -0400 (Wed, 10 Sep 2008)
New Revision: 78309

Modified:
   projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
Log:
updated Security for a firewall. This completes the 4.2 part of JBPAPP-1152


Modified: projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml	2008-09-10 03:34:00 UTC (rev 78308)
+++ projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml	2008-09-10 04:30:56 UTC (rev 78309)
@@ -3343,6 +3343,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,13 +3376,24 @@
 					</row>
 					<row>
 						<entry>
+							4446
+						</entry>
+						<entry>
+							TCP
+						</entry>
+						<entry>
+							<literal>org.jboss.remoting.transport.Connector</literal> (UnifiedInvoker) 
+						</entry>
+					</row>
+					<row>
+						<entry>
 							8009
 						</entry>
 						<entry>
 							TCP
 						</entry>
 						<entry>
-							<literal>org.jboss.web.tomcat.tc4.EmbeddedTomcatService</literal>
+							<literal>org.jboss.web.tomcat.service.JBossWeb </literal>
 						</entry>
 					</row>
 					<row>
@@ -3382,7 +3404,7 @@
 							TCP
 						</entry>
 						<entry>
-							<literal>org.jboss.web.tomcat.tc4.EmbeddedTomcatService</literal>
+							<literal>org.jboss.web.tomcat.service.JBossWeb </literal>
 						</entry>
 					</row>
 					<row>
@@ -3412,10 +3434,10 @@
 		</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 +3449,9 @@
 						<entry>
 							Service
 						</entry>
+						<entry>
+							Notes
+						</entry>
 					</row>
 				</thead>
 				<tbody>
@@ -3473,6 +3498,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 +3537,60 @@
 					</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>
+							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>
+							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