Author: smumford
Date: 2011-12-14 16:05:46 -0500 (Wed, 14 Dec 2011)
New Revision: 8252
Modified:
epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml
epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml
epp/docs/branches/5.2/Installation_Guide/en-US/Getting_Started.xml
epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml
Log:
JBEPP-1431: QE updates
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml 2011-12-14 20:52:20 UTC
(rev 8251)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml 2011-12-14 21:05:46 UTC
(rev 8252)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
<edition>5.2.0</edition>
- <pubsnumber>4</pubsnumber>
+ <pubsnumber>90</pubsnumber>
<abstract>
<para>
This book provides information about obtaining, installing and running JBoss
Enterprise Portal Platform. It forms part of the complete document suite along with the
<emphasis role="bold">User Guide</emphasis> and <emphasis
role="bold">Reference Guide</emphasis> available at <ulink
type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platf...
/>.
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml 2011-12-14
20:52:20 UTC (rev 8251)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml 2011-12-14
21:05:46 UTC (rev 8252)
@@ -248,7 +248,7 @@
<formalpara
id="form-Portal_EAP-Using_a_MySQL_Database-MySQL_Datasource_Descriptor">
<title>MySQL Datasource Descriptor</title>
<para>
- We now need to change the portal database descriptor
+ You now need to change the portal database descriptor
</para>
</formalpara>
<orderedlist>
@@ -310,30 +310,30 @@
<para><filename>gatein-ds.xml</filename> will then look
like:</para>
<programlisting language="XML"
role="XML"><![CDATA[<datasources>
<no-tx-datasource>
- <jndi-name>gatein-idm</jndi-name>
-
<connection-url>jdbc:mysql://mysql-hostname:3306/gateinidm</connection-url>
- <driver-class>com.mysql.jdbc.Driver</driver-class>
- <user-name>gateinuser</user-name>
- <password>gateinpassword</password>
+ <jndi-name>gatein-idm</jndi-name>
+
<connection-url>jdbc:mysql://mysql-hostname:3306/gateinidm</connection-url>
+ <driver-class>com.mysql.jdbc.Driver</driver-class>
+ <user-name>gateinuser</user-name>
+ <password>gateinpassword</password>
- <min-pool-size>5</min-pool-size>
- <max-pool-size>20</max-pool-size>
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
- </no-tx-datasource>
-
- <no-tx-datasource>
- <jndi-name>gatein-jcr</jndi-name>
-
<connection-url>jdbc:mysql://mysql-hostname:3306/gateinjcr</connection-url>
- <driver-class>com.mysql.jdbc.Driver</driver-class>
- <user-name>gateinuser</user-name>
- <password>gateinpassword</password>
+ <min-pool-size>5</min-pool-size>
+ <max-pool-size>20</max-pool-size>
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+ </no-tx-datasource>
- <min-pool-size>5</min-pool-size>
- <max-pool-size>20</max-pool-size>
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
- </no-tx-datasource>
+ <local-tx-datasource>
+ <jndi-name>gatein-jcr</jndi-name>
+
<connection-url>jdbc:mysql://mysql-hostname:3306/gateinjcr</connection-url>
+ <driver-class>com.mysql.jdbc.Driver</driver-class>
+ <user-name>gateinuser</user-name>
+ <password>gateinpassword</password>
+
+ <min-pool-size>5</min-pool-size>
+ <max-pool-size>20</max-pool-size>
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+ </local-tx-datasource>
</datasources>]]>
</programlisting>
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/Getting_Started.xml 2011-12-14 20:52:20
UTC (rev 8251)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/Getting_Started.xml 2011-12-14 21:05:46
UTC (rev 8252)
@@ -15,7 +15,7 @@
<important>
<title>Upgrading JBoss Enterprise Portal Platform</title>
<para>
- It is possible to upgrade from JBoss Enterprise Portal Platform
version 5.0 or 5.1.0 to JBoss Enterprise Portal Platform &VZ;.
+ It is possible to upgrade from JBoss Enterprise Portal Platform
version 5.1.0 or 5.1.1 to JBoss Enterprise Portal Platform &VZ;.
</para>
<para>
To upgrade, copy any customized configuration files and database
settings from your existing JBoss Enterprise Portal Platform installation to the
corresponding location of the &VZ; installation.
@@ -174,7 +174,7 @@
Red Hat Enterprise Linux 6
</entry>
<entry>
- OpenJDK
+ OpenJDK 1.6 Update 15
</entry>
</row>
<row>
@@ -182,7 +182,7 @@
Red Hat Enterprise Linux 6
</entry>
<entry>
- SunJDK
+ SunJDK 1.6 Update 15
</entry>
</row>
<row>
@@ -275,12 +275,16 @@
<primary>Database</primary>
<secondary>System Requirements</secondary>
</indexterm>
+<!-- Source Metadata
+URL:
https://docspace.corp.redhat.com/docs/DOC-16080
+Author [w/email]: Added at request of Vlastislav Ramik (vramik(a)redhat.com)
+License:
+-->
<table>
<title>Supported Database and JDBC driver
Combinations</title>
<tgroup cols="2">
<colspec colnum="1" colname="c1"
colwidth="1*"></colspec>
<colspec colnum="2" colname="c2"
colwidth="1*"></colspec>
- <spanspec spanname="hspan" namest="c1"
nameend="c2" align="left"></spanspec>
<thead>
<row>
<entry>
@@ -290,114 +294,144 @@
<emphasis>Database driver</emphasis>
</entry>
</row>
- </thead>
- <tbody>
- <row>
- <entry spanname="hspan">
- <emphasis><emphasis role="bold">JBoss
Enterprise Portal Platform 5.0</emphasis></emphasis>
- </entry>
- </row>
+ </thead>
+ <tbody>
<row>
<entry>
- MySQL 5.1
+ IBM DB2 9.7
</entry>
<entry>
- MySQL Connector/J 5.1.8
+ IBM DB2 JDBC Universal Driver Architecture 4.12.55
</entry>
</row>
<row>
<entry>
- Oracle 10g R2 <!--(10.2.0.4)-->
+ Oracle 10g R2, (10.2.0.4)
</entry>
<entry>
- 10g R2 <!--(10.2.0.4)-->
+ Oracle JDBC Driver v10.2.0.5
</entry>
</row>
<row>
<entry>
- Oracle 11g R1 <!-- (11.1.0.7.0) -->(Supported)
+ Oracle 11g R1, (11.1.0.7.0)
</entry>
<entry>
- 11g R1 <!--(11.1.0.7.0)-->
+ Oracle JDBC Driver v11.1.0.7
</entry>
</row>
<row>
<entry>
- Oracle 11g RAC <!--(11.1.0.7.0)--> (Supported)
+ Oracle 11g R1 RAC (11.1.0.7.0)
</entry>
<entry>
- 11g R1 <!--(11.1.0.7.0)-->
+ Oracle JDBC Driver v11.1.0.7
</entry>
</row>
<row>
<entry>
- Microsoft SQL Server 2005 SP3
+ Oracle 11g R2
</entry>
<entry>
- Microsoft JDBC Driver 2.0
+ Oracle JDBC Driver v11.2.0.2.0
</entry>
</row>
<row>
<entry>
- Microsoft SQL Server 2008 SP1
+ Oracle 11g R2 RAC
</entry>
<entry>
- Microsoft JDBC Driver 2.0
+ Oracle JDBC Driver v11.2.0.2.0
</entry>
</row>
<row>
<entry>
- PostgresSQL 8.3.7
+ MySQL 5.0 (5.0.79)
</entry>
<entry>
- PostgresSQL Driver JDBC4, 8.3-605
+ MySQL Connector/J 5.0.8
</entry>
</row>
<row>
<entry>
- PostgresSQL 8.2.4 (Supported)
+ MySQL 5.0 (5.0.79)
</entry>
<entry>
- PostgresSQL Driver JDBC4, 8.2-510
+ MySQL Connector/J 5.1.17
</entry>
</row>
<row>
<entry>
- DB2 9.7
+ MySQL 5.1 (5.1.36)
</entry>
<entry>
- IBM Data Server Driver for JDBC and SQLJ (JCC Driver)
Version: 9.1 (fixpack 3a)
+ MySQL Connector/J 5.1.17
</entry>
</row>
<row>
<entry>
- Sybase 15.0.2
+ Microsoft SQL Server 2005 (Deprecated from 5.1.2)
</entry>
<entry>
- JConnect v6.0.5 <!--(Build 26564 / 11 Jun 2009) -->
+ Microsoft SQL Server JDBC Driver 3.0.1301.101
</entry>
</row>
- <row>
- <entry spanname="hspan">
- <emphasis><emphasis role="bold">JBoss
Enterprise Portal Platform 5.1</emphasis></emphasis>
+ <row>
+ <entry>
+ Microsoft SQL Server 2008
</entry>
- </row>
- <row>
<entry>
- Oracle 11g R2
+ Microsoft SQL Server JDBC Driver 3.0.1301.101
</entry>
+ </row>
+ <row>
<entry>
- 11g R2
+ Microsoft SQL Server 2008 R2
</entry>
+ <entry>
+ Microsoft SQL Server JDBC Driver 3.0.1301.101
+ </entry>
</row>
<row>
<entry>
- Oracle 11g R2 RAC
+ PostgreSQL 8.2.17
</entry>
<entry>
- 11g R2 RAC
+ JDBC4 Postgresql Driver, Version 8.2-511
</entry>
</row>
+ <row>
+ <entry>
+ PostgreSQL 8.3.11
+ </entry>
+ <entry>
+ JDBC4 Postgresql Driver, Version 8.3-606
+ </entry>
+ </row>
+ <row>
+ <entry>
+ PostgreSQL 8.4.7
+ </entry>
+ <entry>
+ JDBC4 Postgresql Driver, Version 8.4-703
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Sybase ASE 15.0.3
+ </entry>
+ <entry>
+ Sybase jConnect JDBC driver v7 (Build 26502/EBF17993)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Sybase ASE 15.5
+ </entry>
+ <entry>
+ Sybase jConnect JDBC driver v7 (Build 26502/EBF17993)
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -419,9 +453,9 @@
<entry>
<emphasis>Directory Server</emphasis>
</entry>
- <entry>
- <emphasis>Version</emphasis>
- </entry>
+ <entry>
+ <emphasis>Version</emphasis>
+ </entry>
</row>
</thead>
<tbody>
@@ -429,41 +463,41 @@
<entry>
OpenDS
</entry>
- <entry>
- 1.2
- </entry>
+ <entry>
+ 1.2
+ </entry>
</row>
<row>
<entry>
OpenDS
</entry>
- <entry>
- 2.0
- </entry>
+ <entry>
+ 2.0
+ </entry>
</row>
<row>
<entry>
OpenLDAP
</entry>
- <entry>
- 2.4
- </entry>
+ <entry>
+ 2.4
+ </entry>
</row>
<row>
<entry>
Red Hat Directory Server
</entry>
- <entry>
- 7.1
- </entry>
+ <entry>
+ 7.1
+ </entry>
</row>
<row>
<entry>
MS Active Directory
</entry>
- <entry>
- Windows Server 2008
- </entry>
+ <entry>
+ Windows Server 2008
+ </entry>
</row>
</tbody>
</tgroup>
@@ -579,12 +613,12 @@
<title>Installing and Configuring JDK 6.0 on a generic Linux
platform</title>
<listitem>
<para>
- Download the Java 2 Platform, Standard Edition (J2SE) Development
Kit (JDK) 6.0 from Sun's website: <ulink
url="http://java.sun.com/javase/downloads/index.jsp#need">&l...;.
+ Download the Java 2 Platform, Standard Edition (J2SE) Development
Kit (JDK) 6.0 from Oracle's website: <ulink type="http"
url="http://www.oracle.com/technetwork/java/javase/downloads/index.h...;.
</para>
</listitem>
<listitem>
<para>
- From this page, select the latest update under the
<literal>Java Platform, Standard Edition</literal> heading. Alternatively,
this page can be accessed directly at <ulink
url="http://java.sun.com/javase/downloads/widget/jdk6.jsp">&...;.
+ From this page, select the latest update under the
<literal>Java Platform, Standard Edition</literal> heading. Alternatively,
this page can be accessed directly at <ulink type="http"
url="http://www.oracle.com/technetwork/java/javase/downloads/jdk6-js...;.
</para>
</listitem>
<listitem>
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml 2011-12-14
20:52:20 UTC (rev 8251)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml 2011-12-14
21:05:46 UTC (rev 8252)
@@ -9,6 +9,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>5.2.0-90</revnumber>
+ <date>Wed Dec 14 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email></email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Publication build.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.0-4</revnumber>
<date>Tue Dec 13 2011</date>
<author>