From portal-commits at lists.jboss.org Tue Feb 5 06:29:48 2008 Content-Type: multipart/mixed; boundary="===============7164042414557323008==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9766 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Tue, 05 Feb 2008 06:29:47 -0500 Message-ID: --===============7164042414557323008== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-02-05 06:29:47 -0500 (Tue, 05 Feb 2008) New Revision: 9766 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configur= ation.xml Log: revising 3.1. Changing the Port 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-02-05 06:44:48 UTC (rev 9765) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configu= ration.xml 2008-02-05 11:29:47 UTC (rev 9766) @@ -14,12 +14,12 @@ Customizing your Installation - This chapter describes how to customize a default installation of JBos= s Portal. This includes the listening port, email and proxy settings, and d= atabase dialect settings. For further configuration details, please see and . + This chapter describes how to customize the default installation. This= includes the JBoss EAP or JBoss AS listening port, email and proxy setting= s, and database dialect settings. For further configuration details, please= see and . Changing the Port - It is common for web services to run on port 80, instead of the JBo= ss EAP and JBoss AS default port of 8080. If you can not use po= rt forwarding, it is recommended to change the default port in $JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml. To change the default port, open the $JBOSS_HOME/server/de= fault/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: @@ -31,19 +31,19 @@ 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 will take affec= t. - The default SSL port is 8843. To enable HTTPS support, refer to JBoss AS Guide. For further information, please see the Tomcat's SS= L configuration how-to. - - + The default SSL port is 8843. To enable HTTPS support, refer to the JBoss AS Guide. For further information, please see the <= ulink url=3D"http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html">Tomcat= 's SSL configuration how-to. + + + Please refer to to update the WSRP servic= e after having changed the port. + + - root user priviliges + Root user Privileges Linux systems require root user privileges to run a server on a p= ort less than 1024. Starting JBoss EAP or JBoss AS on port 80 as a non-priv= ileged user will not work. Running JBoss EAP or JBoss AS as the root user c= ould lead to security breaches. - - Please refer to to update the WSRP= service after having changed the port. - Changing the context path --===============7164042414557323008==--