From do-not-reply at jboss.org Wed Nov 28 00:17:17 2012 Content-Type: multipart/mixed; boundary="===============1932775283453261022==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r8970 - in epp/docs/branches: 6.0/Reference_Guide/en-US/modules/PortalDevelopment and 1 other directory. Date: Wed, 28 Nov 2012 00:17:16 -0500 Message-ID: <201211280517.qAS5HG61002057@svn01.web.mwc.hst.phx2.redhat.com> --===============1932775283453261022== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smumford Date: 2012-11-28 00:17:16 -0500 (Wed, 28 Nov 2012) New Revision: 8970 Modified: epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/De= faultPortalConfiguration.xml epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/De= faultPortalConfiguration.xml Log: BZ-794416: Added content on disabling unused portals Modified: epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelop= ment/DefaultPortalConfiguration.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 --- epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalConfiguration.xml 2012-11-26 08:55:09 UTC (rev 8969) +++ epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalConfiguration.xml 2012-11-28 05:17:16 UTC (rev 8970) @@ -37,7 +37,82 @@ = - = +
+ + <remark>BZ#794416</remark>Disabling a Portal + + Once you have created a custom portal that suits your needs, = you may wish to disable a portal that is no longer required. + + = + + Task: Disable a portal in EPP 5 + + + The procedure below will show you how to disable an = unused portal in a JBoss Portal Platform instance. = + + + + Prerequisites: + + + + Are there any pre-reqs for this tas= k? + + + + + + + + + Add the following configuration to the = configuration.xml of the custom extension in order to disable a = portal: + + + + + + org.exoplatform.container.definition.PortalConta= inerConfig + + + + Add PortalContainer Definitions + + + + + Disable a PortalContainer + + registerDisablePlugin + + org.exoplatform.container.definition.PortalContainerDefi= nitionDisablePlugin + + + + names + $PORTAL_NAME + + + = + + +]]> + + + + + + + Disabling the default portal container is possible as well, but some functions, such as WSRP, or Servi= ces Management, depend on the default portal container to be deployed, and = will no longer work if this is disabled. + + + + +
= = Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelop= ment/DefaultPortalConfiguration.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 --- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalConfiguration.xml 2012-11-26 08:55:09 UTC (rev 8969) +++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalConfiguration.xml 2012-11-28 05:17:16 UTC (rev 8970) @@ -33,4 +33,81 @@ Components, component-plugins, and init-params are explained in a later ch= apter of this document. +
+ + <remark>BZ#794416</remark>Disabling a Portal + + Once you have created a custom portal that suits your needs, = you may wish to disable a portal that is no longer required. + + = + + Task: Disable a portal in EPP 5 + + + The procedure below will show you how to disable an = unused portal in a JBoss Portal Platform instance. = + + + + Prerequisites: + + + + Are there any pre-reqs for this tas= k? + + + + + + + + + Add the following configuration to the = configuration.xml of the custom extension in order to disable a = portal: + + + + + + org.exoplatform.container.definition.PortalConta= inerConfig + + + + Add PortalContainer Definitions + + + + + Disable a PortalContainer + + registerDisablePlugin + + org.exoplatform.container.definition.PortalContainerDefi= nitionDisablePlugin + + + + names + $PORTAL_NAME + + + = + + +]]> + + + + + + + Disabling the default portal container is possible as well, but some functions, such as WSRP, or Servi= ces Management, depend on the default portal container to be deployed, and = will no longer work if this is disabled. + + + + +
+ --===============1932775283453261022==--