[gatein-commits] gatein SVN: r2958 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US: images and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 4 03:55:24 EDT 2010


Author: smumford
Date: 2010-05-04 03:55:24 -0400 (Tue, 04 May 2010)
New Revision: 2958

Modified:
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/images/test_install.png
Log:
JBEPP-274 See comment 04/May/10 03:53 AM

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -25,7 +25,7 @@
   <section id="sect-Reference_Guide-Clustering_Configuration-Prerequisite">
     <title>Prerequisites</title>
       <para>The clustering services are available only in the <literal>all</literal>
-            and <remark>production</remark> server configurations. Additionally the following prerequisites
+            and production server configurations. Additionally the following prerequisites
             should be met:
       </para>
     <itemizedlist>

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -39,7 +39,7 @@
 
     <para>To configure the database datasource used by JCR you will need to edit the
     datasource descriptor located at
-    $JBOSS_HOME/server/<remark>$CONFIG</remark>/deploy/gatein-ds.xml:
+    $JBOSS_HOME/server/$CONFIG/deploy/gatein-ds.xml:
 <programlisting>
   &lt;no-tx-datasource&gt;
   &lt;jndi-name&gt;gatein-jcr&lt;/jndi-name&gt;
@@ -79,7 +79,7 @@
     <title>Configuring the database datasource for the default identity store</title>
 
     <para>To configure the database datasource used by IDM you will need to edit the
-    datasource descriptor located at $JBOSS_HOME/server/<remark>$CONFIG</remark>/deploy/gatein-ds.xml:
+    datasource descriptor located at $JBOSS_HOME/server/$CONFIG/deploy/gatein-ds.xml:
 
     <programlisting>   &lt;no-tx-datasource&gt;
       &lt;jndi-name&gt;gatein-idm&lt;/jndi-name&gt;
@@ -127,24 +127,9 @@
       <title>Installing the MySQL JDBC connector</title>
       <para>The MySQL JDBC connector is required for EPP to use a MySQL database:</para>
 	</formalpara>
-		
-		<orderedlist>
-			<listitem>
-				<para>
-					Navigate to http://www.mysql.com/downloads/connector/j/ and download a version listed in the Certified Configurations table available on the <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">&PRODUCT; website</ulink>.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					Unzip the archive in a directory of your choice.
-				</para>
-			</listitem>
-			<listitem>
-				<para>
-					Copy the <filename>mysql-connector-java-5.<replaceable>version-number</replaceable>-bin.jar</filename> file into the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/lib/</filename> directory.
-				</para>
-			</listitem>
-		</orderedlist>
+	<para>
+		The <literal>mysql-java-connector</literal> package is available through <ulink type="http" url="https://www.redhat.com/wapps/sso/rhn/login.html?redirect=http%3A%2F%2Frhn.redhat.com%2Frhn%2FYourRhn.do">RHN</ulink>. This is the recommended installation method.
+	</para>
 	
 		<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_Database">
 			<title>Creating a MySQL Database</title>

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -20,7 +20,7 @@
     <title>Configuring the outgoing e-mail account</title>
 
     <para>The e-mail service can use any SMTP account configured in
-    $JBOSS_HOME/server/<remark>$CONFIG</remark>/conf/gatein/configuration.properties</para>
+    $JBOSS_HOME/server/$CONFIG/conf/gatein/configuration.properties</para>
 
     <para>The relevant section looks like:</para>
     

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -11,7 +11,7 @@
 		<title>Downloading</title>
 		
 		<para>
-			The officially supported versions are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com/jbossnetwork/restricted/main.html">https://support.redhat.com/jbossnetwork/restricted/main.htmlm</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
+			The officially supported versions are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com/jbossnetwork/restricted/main.html">https://support.redhat.com/jbossnetwork/restricted/main.html</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
 		</para>
 	</section>
 	

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -153,18 +153,25 @@
 		<title>Disabling Authentication</title>	
 		
 		<para>
-			Authentication is disabled by default. Once enabled, it is possible to disable authentication for specific services by following the instructions in this section.
+			It is possible to disable authentication for specific services by following the instructions in this section.
+		</para>
+		<para>
 			All paths specified in the sub-sections below are relative to <literal>$JBOSS_HOME</literal>.
 		</para>
 		<formalpara>
 			<title>Disabling Authentication for JXM Console:</title>
 			<para>
 				To disable authentication for the JMX console, edit the following file and comment out the security-constraint section:
-				<programlisting>
+			</para>
+		</formalpara>
+
+<programlisting>
 server/$CONFIG/deploy/jmx-console.war/WEB-INF/web.xml
-				</programlisting>
-				The following fragment should be commented out:
-				<programlisting>
+</programlisting>
+		<para>
+			The following fragment should be commented out:
+		</para>
+<programlisting>
 &lt;security-constraint&gt;
     &lt;web-resource-collection&gt;
         &lt;web-resource-name&gt;HtmlAdaptor&lt;/web-resource-name&gt;
@@ -180,9 +187,7 @@
         &lt;role-name&gt;JBossAdmin&lt;/role-name&gt;
     &lt;/auth-constraint&gt;
 &lt;/security-constraint&gt;
-				</programlisting>
-			</para>
-		</formalpara>
+</programlisting>
 		<formalpara>
 			<title>Disabling Authentication for Web Console:</title>
 			<para>

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml	2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml	2010-05-04 07:55:24 UTC (rev 2958)
@@ -88,7 +88,7 @@
 			<title>Test your Installation</title>
 			<mediaobject>
 				<imageobject role="html">
-					<imagedata fileref="images/test_install.png" format="PNG" align="center" scale="90" />
+					<imagedata fileref="images/test_install.png" format="PNG" align="center" scale="100" />
 				</imageobject>
 				<imageobject role="fo">
 					<imagedata fileref="images/test_install.png" format="PNG" align="center" contentwidth="444px" />

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/images/test_install.png
===================================================================
(Binary files differ)



More information about the gatein-commits mailing list