From portal-commits at lists.jboss.org Wed May 7 01:14:02 2008 Content-Type: multipart/mixed; boundary="===============3198138303579417112==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10752 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Wed, 07 May 2008 01:13:53 -0400 Message-ID: --===============3198138303579417112== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-07 01:13:53 -0400 (Wed, 07 May 2008) New Revision: 10752 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configur= ation.xml Log: putting it before the example, in case = someone misses it :( Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/c= onfiguration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configu= ration.xml 2008-05-07 05:10:37 UTC (rev 10751) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configu= ration.xml 2008-05-07 05:13:53 UTC (rev 10752) @@ -19,7 +19,7 @@ Changing the Port - It is common for web services to run on port 80. By default, JBoss = EAP and JBoss AS use port 8080. If you can not use port forward= ing, it is recommended to change the port JBoss EAP or JBoss AS lis= tens on. To change the default port, open the $JBOSS_HOME/server/= default/deploy/jboss-web.deployer/server.xml file, and edit the = Connector port value for the jboss.web service: + It is common for web services to run on port 80. By default, JBoss = EAP and JBoss AS use port 8080. If you can not use port forward= ing, it is recommended to change the port JBoss EAP or JBoss AS lis= tens on. To change the default port, open the $JBOSS_HOME/server/= default/deploy/jboss-web.deployer/server.xml file, and edit the = Connector port value for the jboss.web service; however, this configuration only app= lies to Tomcat: @@ -28,7 +28,7 @@ - This example changes the default port to port 8088. The JBoss EAP or JBo= ss AS server must be restarted before the new port settings take affect. No= te: this configuration only applies to Tomcat. + This example changes the default port to port 8088. The JBoss EAP or JBo= ss AS server must be restarted before the new port settings take affect. The default SSL port is 8843. To enable HTTPS support, refer to the JBoss AS Guide. For further information, refer to Tomcat's SSL= configuration how-to. --===============3198138303579417112==--