Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 12:01:22 -0500 (Wed, 03 Dec 2008)
New Revision: 12337
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Book_Info.xml
docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml
docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent
docs/enterprise/trunk/Installation_Guide/en-US/Introduction.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/en-US/Book_Info.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Book_Info.xml 2008-12-03 15:40:41 UTC
(rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Book_Info.xml 2008-12-03 17:01:22 UTC
(rev 12337)
@@ -2,17 +2,17 @@
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<bookinfo id="Installation_Guide_JBoss_Enterprise_Application_Platform">
- <title>Installation Guide CP03</title>
- <subtitle>For use with JBoss Enterprise Application Platform 4.3 Cumulative Patch
3</subtitle>
+<bookinfo id="Installation_Guide_JBoss_Enterprise_Portal_Platform">
+ <title>Installation Guide</title>
+ <subtitle>For use with JBoss Enterprise Portal Platform 4.3 </subtitle>
<edition>2.0</edition>
<pubsnumber>4</pubsnumber>
- <productname>JBoss Enterprise Application Platform</productname>
+ <productname>JBoss Enterprise Portal Platform</productname>
<productnumber>4.3</productnumber>
<pubdate>Dec, 2008</pubdate>
<isbn>N/A</isbn>
<abstract><para>This Installation Guide documents relevant information
regarding
-the installation of JBoss Enterprise Application Platform</para>
+the installation of JBoss Enterprise Portal Platform</para>
</abstract>
<corpauthor>
<inlinemediaobject>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 15:40:41 UTC
(rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 17:01:22 UTC
(rev 12337)
@@ -5,39 +5,18 @@
<chapter id="chap-Portal_EAP-Databases">
<title>Databases</title>
<para>
- The following chapter contains examples for how to use the Hypersonic SQL and MySQL
databases to store JBoss Portal user information.
+ &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
+ MySQL databases to store JBoss Enterprise Portal user information.
</para>
- <section
id="sect-Portal_EAP-Databases-Using_a_Hypersonic_SQL_Database">
- <title>Using a Hypersonic SQL Database</title>
- <para>
- JBoss EAP contains an embedded <ulink
url="http://hsqldb.org/">Hypersonic SQL</ulink> database instance.
After starting JBoss EAP and deploying JBoss portal for the first time, the Hypersonic SQL
database is created in the
<filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/data/</filename>
directory. This directory will not exist until after starting JBoss EAP and deploying
JBoss Portal. The Hypersonic SQL database is used by default, but is only recommended for
developer use.
- </para>
- <para>
- To use the Hypersonic SQL database, change into the
<filename>setup/</filename> subdirectory where JBoss Portal was extracted to.
Copy the <filename>portal-hsqldb-ds.xml</filename> file into the
<filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/deploy/</filename>
directory. Alternatively, copy and save the following example as
<filename>portal-hsqldb-ds.xml</filename> into the
<filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/deploy/</filename>
directory:
- </para>
- <para>
-<screen>
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
- <local-tx-datasource>
- <jndi-name>PortalDS</jndi-name>
- <connection-url>jdbc:hsqldb:${jboss.server.data.dir}$
- {/}portal${/}hypersonic${/}database</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password><![CDATA[]]></password>
- </local-tx-datasource>
-</datasources>
-</screen>
- </para>
- </section>
-
+
<section id="sect-Portal_EAP-Databases-Using_a_MySQL_Database">
<title>Using a MySQL Database</title>
<formalpara
id="form-Portal_EAP-Using_a_MySQL_Database-Installing_the_MySQL_RDBMS_JDBC_connector">
<title>Installing the MySQL RDBMS JDBC connector</title>
<para>
- The RDBMS JDBC MySQL connector is required for JBoss Portal to use a MySQL database:
+ The RDBMS JDBC MySQL connector is required for JBoss Portal to use a MySQL
database:
</para>
</formalpara>
<orderedlist>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-03 15:40:41
UTC (rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-03 17:01:22
UTC (rev 12337)
@@ -7,7 +7,7 @@
<section id="Getting_Started-Pre_Requisites">
<title>Pre-Requisites</title>
<para>
- You must have adequate disk space<!--TODO how much --> to install JDK and
&JBEAP; while also allowing enough space for your applications. Before installing
&JBEAP; you must have a working installation of Java. Since JBoss is 100% pure Java
you can have it working on any Operating System / Platform that supports Java. However,
there are a few Operating System-specific issues that you should be aware of. Refer to
<ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOperatingSystemSp...
for more information.
+ You must have adequate disk space<!--TODO how much --> to install JDK and
&JBEPP; while also allowing enough space for your applications. Before installing
&JBEPP; you must have a working installation of Java. Since JBoss is 100% pure Java
you can have it working on any Operating System / Platform that supports Java. However,
there are a few Operating System-specific issues that you should be aware of. Refer to
<ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOperatingSystemSp...
for more information.
</para>
<section
id="Pre_Requisites-Hardware_and_Operating_System_Requirements">
<title>Hardware and Operating System Requirements</title>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent 2008-12-03
15:40:41 UTC (rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent 2008-12-03
17:01:22 UTC (rev 12337)
@@ -1,4 +1,6 @@
<!ENTITY JBEAP "JBoss Enterprise Application Platform">
+<!ENTITY JBEPP "JBoss Enterprise Portal Platform">
+<!ENTITY JBEPPVERS "4.3">
<!ENTITY JBEAPVERS "4.3">
<!ENTITY HOLDER "Red Hat, Inc">
<!ENTITY YEAR "2008">
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml 2008-12-03 15:40:41
UTC (rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml 2008-12-03 17:01:22
UTC (rev 12337)
@@ -4,17 +4,19 @@
<chapter id="Introduction">
<title>Introduction</title>
- <para>
- &JBEAP; is the open source implementation of the Java EE suite of services. It
comprises a set of offerings for enterprise customers who are looking for preconfigured
profiles of JBoss Enterprise Middleware components that have been tested and certified
together to provide an integrated experience. Its easy-to-use server architecture and high
flexibility makes JBoss the ideal choice for users just starting out with J2EE, as well as
senior architects looking for a customizable middleware platform.
+ <para>
+ &JBEPP; is the open source implementation of the Java EE suite of services and
Portal services running atop &JBEAP;. It comprises a set of offerings
+ for enterprise customers who are looking for preconfigured profiles of JBoss Enterprise
Middleware components that have been tested and certified together
+ to provide an integrated experience. Its easy-to-use server architecture and high
flexibility makes JBoss the ideal choice for users just starting out with J2EE, as well as
senior architects looking for a customizable middleware platform.
</para>
<para>
- Because it is Java-based, &JBEAP; is cross-platform and easy to install and use on
any operating system that supports Java. The readily available source code is a powerful
learning tool to debug the server and understand it. It also gives you the flexibility to
create customized versions for your personal or business use.
+ Because it is Java-based, &JBEPP; is cross-platform and easy to install and use on
any operating system that supports Java. The readily available source code is a powerful
learning tool to debug the server and understand it. It also gives you the flexibility to
create customized versions for your personal or business use.
</para>
<para>
- Installing &JBEAP; is simple and easy. You can have it installed and running in no
time. This guide will teach you to install and uninstall JBoss.<!--:
<itemizedlist>
+ Installing &JBEPP; is simple and easy. You can have it installed and running in no
time. This guide will teach you to install and uninstall JBoss.<!--:
<itemizedlist>
<listitem>
<para>
- How to install &JBEAP;
+ How to install &JBEPP;
</para>
</listitem>
<listitem>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 15:40:41
UTC (rev 12336)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 17:01:22
UTC (rev 12337)
@@ -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 &JBEAP; installed directory.
+ As JBoss Enterprise Application Platform was installed from a zipfile, you may
uninstall it by simply deleting the &JBEPP; installed directory.
</para>
</chapter>