Author: smumford
Date: 2010-11-22 01:14:00 -0500 (Mon, 22 Nov 2010)
New Revision: 5195
Added:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Add-ons.xml
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.ent
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.xml
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Middleware_Feedback.xml
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml
Log:
JBEPP-515: Added new 'Installing Add-ons' chapter
Added: epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Add-ons.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Add-ons.xml
(rev 0)
+++ epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Add-ons.xml 2010-11-22
06:14:00 UTC (rev 5195)
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<chapter id="Installing_Add-ons">
+ <title>Installing Add-ons</title>
+ <important>
+ <title>Important:</title>
+ <para>
+ Do not read further in this Guide if you are intending to install the
JBoss Site Publisher add-on.
+ </para>
+ </important>
+ <para>
+ The Site Publisher add-on must be deployed into a data-free &PRODUCT;
environment to install successfully.
+ </para>
+ <para>
+ You shoud refer to the Site Publisher Installation Guide available at <ulink
type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.ht...
and install the add-on before making any changes to the base &PRODUCT;
&VERSION_MINOR; installation.
+ </para>
+</chapter>
\ No newline at end of file
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.ent
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.ent 2010-11-22
06:12:27 UTC (rev 5194)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.ent 2010-11-22
06:14:00 UTC (rev 5195)
@@ -1,8 +1,19 @@
+<!-- Product Specifics: -->
<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
-<!ENTITY JBEAP "JBoss Enterprise Application Platform">
-<!ENTITY PRODUCT_NAME "JBoss Enterprise Portal Platform">
-<!ENTITY VERSION "5.0">
+
+<!-- Book specifics: -->
<!ENTITY BOOKID "Installation Guide">
+
+<!-- Corporate Specifics: -->
<!ENTITY YEAR "2010">
<!ENTITY HOLDER "Red Hat, Inc">
+
+<!-- Version Specifcs: -->
+<!ENTITY VERSION_MAJOR "5">
+<!ENTITY VERSION_MINOR "5.1">
+<!ENTITY VERSION_MICRO "5.1.0">
+
+<!-- Extras: -->
<!ENTITY RHEL "Red Hat Enterprise Linux">
+<!ENTITY JBEAP "JBoss Enterprise Application Platform">
+
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.xml 2010-11-22
06:12:27 UTC (rev 5194)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Installation_Guide.xml 2010-11-22
06:14:00 UTC (rev 5195)
@@ -14,8 +14,10 @@
<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="Configuration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Add-ons.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
href="Revision_History.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="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<index />
</book>
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Middleware_Feedback.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Middleware_Feedback.xml 2010-11-22
06:12:27 UTC (rev 5194)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Middleware_Feedback.xml 2010-11-22
06:14:00 UTC (rev 5195)
@@ -18,7 +18,7 @@
<title>Give us Feedback</title>
<para>
- If you find a typographical error, or know how this guide can be improved, we would
love to hear from you. Submit a report in Bugzilla against the product
<literal>&PRODUCT_NAME; &BOOKID;</literal>. The following link will
take you to a pre-filled bug report for this book: <ulink
url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enter...;.
+ If you find a typographical error, or know how this guide can be improved, we would
love to hear from you. Submit a report in Bugzilla against the product
<literal>&PRODUCT; &BOOKID;</literal>. The following link will take
you to a pre-filled bug report for this book: <ulink
url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enter...;.
</para>
<!-- <para>
Modified: epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml 2010-11-22
06:12:27 UTC (rev 5194)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml 2010-11-22
06:14:00 UTC (rev 5195)
@@ -244,7 +244,7 @@
<formalpara>
<title>Disabling Pre-configured Accounts</title>
<para>
- &PRODUCT; &VERSION; includes four pre-configured user accounts for testing
and evaluation puposes. These accounts can be used for direct access to the portal.
+ &PRODUCT; &VERSION_MINOR; includes four pre-configured user accounts for
testing and evaluation puposes. These accounts can be used for direct access to the
portal.
</para>
</formalpara>
<para>