From do-not-reply at jboss.org Tue Jan 29 11:07:55 2013 Content-Type: multipart/mixed; boundary="===============0511291820048649278==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r9076 - in epp/docs/branches/6.0/Reference_Guide/en-US: modules/PortalDevelopment and 1 other directory. Date: Thu, 24 Jan 2013 20:01:20 -0500 Message-ID: <201301250101.r0P11KTw028659@svn01.web.mwc.hst.phx2.redhat.com> --===============0511291820048649278== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jaredmorgs Date: 2013-01-24 20:01:20 -0500 (Thu, 24 Jan 2013) New Revision: 9076 Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/De= faultPortalConfiguration.xml epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/De= faultPortalPermissionConfiguration.xml Log: BZ#903884 - Changes incorporated for https://docs.jboss.org/author/display/= GTNPORTAL35/Default+Portal+Configuration. Ready for QE Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.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/Revision_History.xml 2013-0= 1-25 00:13:45 UTC (rev 9075) +++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-0= 1-25 01:01:20 UTC (rev 9076) @@ -8,6 +8,20 @@ + 6.0.0-35 + Fri Jan 25 2013 + + Jared + Morgan + + + + + Changes incorporated for https://docs.jboss.org/author= /display/GTNPORTAL35/Default+Portal+Configuration. Ready for QE. + + + + 6.0.0-34 Fri Jan 25 2013 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 2013-01-25 00:13:45 UTC (rev 9075) +++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalConfiguration.xml 2013-01-25 01:01:20 UTC (rev 9076) @@ -5,6 +5,7 @@ ]> Default Portal Configuration + Source content: https://docs.jboss.org/author/display/GTNPORTAL3= 5/Default+Portal+Configuration
Overview @@ -20,7 +21,7 @@
Configuration - The following example configuration can be found at: "02portal.war:/WEB-INF/conf/portal/portal-configuration.xml". + The following example configuration can be found at: JPP_HOME/gatein/gatein.ear/portal.war/WEB-INF/c= onf/portal/portal-configuration.xml. @@ -33,40 +34,93 @@ Components, component-plugins, and init-params are explained in a later ch= apter of this document.
-
- - <remark>BZ#794416</remark>Disabling a Portal - + --> <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 - - + + 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: - - - + + + Prerequisites: + + + Are there any pre-reqs for this tas= k? - - - - - - - + + + + + + <step> + <para> Add the following configuration to the <filename>= configuration.xml</filename> of the custom extension in order to disable a = portal: </para> -<programlisting language=3D"XML" role=3D"XML"><![CDATA[<?xml version=3D"1.= 0" encoding=3D"UTF-8"?> + <programlisting language=3D"XML" role=3D"XML"><![CDATA[<?xml ver= sion=3D"1.0" encoding=3D"UTF-8"?> <configuration xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://www.exoplaform.org/xml/ns/kernel_1_0.xsd = http://www.exoplaform.org/xml/ns/kernel_1_1.xsd" xmlns=3D"http://www.exoplaform.org/xml/ns/kernel_1_1.xsd"> @@ -97,17 +151,16 @@ </external-component-plugins> </configuration> ]]></programlisting> - </step> - </procedure> - <taskrelated> - <note> - <title> - + + + + + + <para> Disabling the default <emphasis>portal</emphasis= > 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. </para> - </note> - </taskrelated> - </task> - </section> - + </note> + </taskrelated> + </task> + </section> </chapter> Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelop= ment/DefaultPortalPermissionConfiguration.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= efaultPortalPermissionConfiguration.xml 2013-01-25 00:13:45 UTC (rev 9075) +++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/D= efaultPortalPermissionConfiguration.xml 2013-01-25 01:01:20 UTC (rev 9076) @@ -8,7 +8,7 @@ <section id=3D"sect-Reference_Guide-Portal_Default_Permission_Configurat= ion-Overview"> <title>Overview - The default permission configuration for the portal is defined through = the org.exoplatform.portal.config.UserACL component conf= iguration in the JPP_DIST/jboss-as/ser= ver/PROFILE/deploy/gatein.ear/02portal.war/WEB-I= NF/conf/portal/portal-configuration.xml file. + The default permission configuration for the portal is defined through = the org.exoplatform.portal.config.UserACL component conf= iguration in the JPP_HOME/gatein/gatei= n.ear/portal.war/WEB-INF/conf/portal/portal-configuration.xml fi= le. It defines eight permissions types: --===============0511291820048649278==--