Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 12:51:05 -0500 (Wed, 03 Dec 2008)
New Revision: 12340
Modified:
docs/enterprise/trunk/Installation_Guide/Makefile
docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml
Log:
Changing EAP ref to EPP and some DB stuff.
Modified: docs/enterprise/trunk/Installation_Guide/Makefile
===================================================================
--- docs/enterprise/trunk/Installation_Guide/Makefile 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/Makefile 2008-12-03 17:51:05 UTC (rev 12340)
@@ -6,7 +6,7 @@
BRAND = JBoss
#OTHER_LANGS = as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN
mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW
-OTHER_LANGS = de-DE es-ES fr-FR ja-JP pt-BR zh-CN
+#OTHER_LANGS = de-DE es-ES fr-FR ja-JP pt-BR zh-CN
TRANSLATIONS = $(XML_LANG) $(OTHER_LANGS)
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 17:38:39
UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 17:51:05
UTC (rev 12340)
@@ -7,7 +7,14 @@
<section
id="sect-Portal_EAP-Configuration-Installing_an_RDBMS_JDBC_connector">
<title>Installing an RDBMS JDBC connector</title>
<para>
- A relational database management system (RDBMS) Java Database Connectivity (JDBC)
connector is required for JBoss Portal to communicate with a database. Test suites have
been run against the <trademark
class="registered">Oracle</trademark> 9, <trademark
class="registered">Oracle</trademark> 10, <trademark
class="registered">Microsoft SQL Server</trademark>, MySQL 4, MySQL 5,
and PostgreSQL 8 databases - these databases are recommended for production use. Please
refer to your database documentation for the correct RDBMS JDBC connector. The MySQL RDBMS
JDBC connector can be downloaded from <ulink
url="http://www.mysql.com/products/connector/j/"></ulink>, and the
PostgreSQL RDBMS JDBC connector can be downloaded from <ulink
url="http://jdbc.postgresql.org/download.html"></ulink>.
+ A relational database management system (RDBMS) Java Database Connectivity (JDBC)
connector is required for &EPP; to communicate with a database.
+ &EPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get
started up and running quickly without having to setup
+ database initially. However, HSQL should not be used in production environment.
Removing HSQL is simply a matter of removing
+
<filename>JBOSS_DIST/jboss-as/server/$CONFIG/deploy/portal-hsql-ds.xml</filename>.
Test suites have been run against
+ the <trademark class="registered">Oracle</trademark> 9,
<trademark class="registered">Oracle</trademark> 10, <trademark
class="registered">Microsoft SQL Server</trademark>,
+ MySQL 4, MySQL 5, and PostgreSQL 8 databases - these databases are recommended for
production use. Please refer to your database documentation for the correct
+ RDBMS JDBC connector. The MySQL RDBMS JDBC connector can be downloaded from
<ulink
url="http://www.mysql.com/products/connector/j/"></ulink>,
and the
+ PostgreSQL RDBMS JDBC connector can be downloaded from <ulink
url="http://jdbc.postgresql.org/download.html"></ulink>.
</para>
<para>
Refer to the help files in each download for installation instructions. In most cases,
the RDBMS JDBC connector comes as a <computeroutput>.jar</computeroutput>
file. Copy this file into the
<filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/lib/</filename>
directory.
@@ -17,7 +24,7 @@
<section id="sect-Portal_EAP-Configuration-Datasource_Descriptors">
<title>Datasource Descriptors</title>
<para>
- A Datasource descriptor is required for JBoss Portal to communicate with a database.
Sample Datasource descriptor files are provided for the Hypersonic SQL, <trademark
class="registered">Microsoft SQL Server</trademark>, MySQL,
<trademark class="registered">Oracle</trademark>, and PostgreSQL
databases. These can be found in the <filename>setup/</filename> subdirectory
where the <computeroutput>JBoss Portal <replaceable>x.x.x</replaceable>
binary distribution</computeroutput> file was extracted to. For example, if JBoss
Portal was extracted into the <filename>/jboss/</filename> directory, the
sample Datasource descriptors would be in the
<filename>/jboss/jboss-portal-<replaceable>x.x.x</replaceable>/setup/</filename>
directory.
+ A Datasource descriptor is required for JBoss Portal to communicate with a database.
Sample Datasource descriptor files are provided for the Hypersonic SQL, <trademark
class="registered">Microsoft SQL Server</trademark>, MySQL,
<trademark class="registered">Oracle</trademark>, and PostgreSQL
databases. These can be found in the <filename>setup/</filename> subdirectory
where the <computeroutput>EPP <replaceable>x.x.x</replaceable> binary
distribution</computeroutput> file was extracted to. For example, if EPP was
extracted into the <filename>/jboss/</filename> directory, the sample
Datasource descriptors would be in the
<filename>/jboss/jboss-epp-<replaceable>x.x.x</replaceable>/setup/</filename>
directory.
</para>
<para>
The sample Datasource descriptors will work with default installations of external
databases; however, you may need to configure the correct username and password. As well,
the sample MySQL and PostgreSQL Datasource descriptors assume the name of the database to
be <computeroutput>jbossportal</computeroutput>.
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 17:38:39 UTC
(rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 17:51:05 UTC
(rev 12340)
@@ -5,9 +5,7 @@
<chapter id="chap-Portal_EAP-Databases">
<title>Databases</title>
<para>
- &EPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get
started up and running quickly without having to setup
- database initially. However, HSQL should not be used in production environment.
Removing HSQL is simply a matter of removing
- <filename>JBOSS_DIST/jboss-as/server/production/deploy/portal-hsql-ds.xml</filename>.
The following chapter contains examples for how to use
+ The following chapter contains examples for how to use
MySQL databases to store JBoss Enterprise Portal user information.
</para>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-03 17:38:39
UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-03 17:51:05
UTC (rev 12340)
@@ -24,7 +24,7 @@
<para>
Unzip
<literal>jboss-eap-<replaceable><release></replaceable>.zip</literal>
to extract the archive contents into the location of your choice. You can do this using
the JDK <literal>jar</literal> tool (or any other ZIP extraction tool).
<programlisting>
[vsr]$ <literal>cd jbeapinstallationdir</literal>
- [vsr]$ <literal>jar -xvf
jboss-eap-<replaceable><release></replaceable>.zip</literal></programlisting>
+ [vsr]$ <literal>jar -xvf
jboss-epp-<replaceable><release></replaceable>.zip</literal></programlisting>
</para>
</listitem>
<listitem>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml 2008-12-03
17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml 2008-12-03
17:51:05 UTC (rev 12340)
@@ -8,9 +8,9 @@
<xi:include href="Getting_Started.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Installation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Post_Installation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Uninstall_JBoss.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Configuration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Databases.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Test_Your_Installation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Uninstall_JBoss.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Revision_History.xml"/>
</book>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 17:38:39
UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 17:51:05
UTC (rev 12340)
@@ -5,7 +5,7 @@
<chapter id="Uninstall_JBoss">
<title>Uninstall JBoss</title>
<para>
- As JBoss Enterprise Application Platform was installed from a zipfile, you may
uninstall it by simply deleting the &JBEPP; installed directory.
+ As JBoss Enterprise Portal Platform was installed from a zipfile, you may uninstall it
by simply deleting the &JBEPP; installed directory.
</para>
</chapter>