Author: prabhat.jha(a)jboss.com
Date: 2008-12-05 13:10:22 -0500 (Fri, 05 Dec 2008)
New Revision: 12351
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml
Log:
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-05 15:34:38
UTC (rev 12350)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-05 18:10:22
UTC (rev 12351)
@@ -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
&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.
+ 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://www.jboss.org/community/docs/DOC-10687"></uli...
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.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-05 15:34:38
UTC (rev 12350)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-05 18:10:22
UTC (rev 12351)
@@ -17,7 +17,8 @@
<title>Installing</title>
<para>
- To install from a zip file, simply unzip the downloaded file to a directory of your
choice. You can unzip the platform on any operating system that supports the zip format.
Four types of server configurations will be included in your installation - minimal,
default, production and all. The Getting Started Guide explains in detail the different
server configuration file sets.
+ To install from a zip file, simply unzip the downloaded file to a directory of your
choice. You can unzip the platform on any operating system that supports the zip format.
Four types of server configurations will be included in your installation - minimal,
default, production and all.
+ The Getting Started Guide of &JBEAP; explains in detail the different server
configuration file sets.
<itemizedlist>
<listitem>
@@ -33,7 +34,42 @@
</para>
</listitem>
</itemizedlist>
- </para>
+ </para>
</section>
+
+ <section id="server-config-differences">
+ <title>Choosing a server configuration</title>
+ <para>
+ The important differences as far as Portal is concerned are:
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <literal>minimal</literal> server configuration has no Portal bits.
It's there for the sake of consistency with &JBEAP;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>default</literal> server configuration has non clustered
Portal bits <literal>jboss-portal.sar</literal> in
+ <literal>deploy</literal> folder.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>all</literal> server configuration has clustered Portal bits
<literal>jboss-portal-ha.sar</literal> in
+ <literal>deploy</literal> folder.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>production</literal> server configuration has clustered Portal
bits <literal>jboss-portal.sar</literal> and this is
+ the sever that gets started by default. This server configuration has several
optimizations such as logging, memory size etc.
+ If you do not need clustered portal version and want to use this optimized server
configuration, you simply need to copy the directory
+ <literal>jboss-portal.sar</literal> from
<literal>default/deploy</literal> to
<literal>production/deploy</literal>. Don't forget to
+ remove <literal>jboss-portal-ha.sar</literal> though.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
</chapter>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml 2008-12-05 15:34:38
UTC (rev 12350)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Introduction.xml 2008-12-05 18:10:22
UTC (rev 12351)
@@ -39,7 +39,7 @@
<section id="introduction-Feedback">
<title>Feedback</title>
<para>
- If you spot a typo in this guide, or if you have thought of a way to make this manual
better, we would love to hear from you! Submit a report in <ulink
url="http://jira.jboss.com/jira/browse/JBPAPP">JIRA</ulin... against the
Product: JBoss Enterprise Application Platform, Version:
<replaceable><version></replaceable>, Component:
<emphasis>Doc</emphasis>. If you have a suggestion for improving the
documentation, try to be as specific as possible. If you have found an error, include the
section number and some of the surrounding text so we can find it easily.
+ If you spot a typo in this guide, or if you have thought of a way to make this manual
better, we would love to hear from you! Submit a report in <ulink
url="http://jira.jboss.com/jira/browse/JBEPP">JIRA</ulink... against the
Version: <replaceable><version></replaceable>, Component:
<emphasis>Doc</emphasis>. If you have a suggestion for improving the
documentation, try to be as specific as possible. If you have found an error, include the
section number and some of the surrounding text so we can find it easily.
</para>
</section>