Author: smumford
Date: 2010-03-19 22:48:25 -0400 (Fri, 19 Mar 2010)
New Revision: 2324
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml
Log:
JBEPP-185 Minor fomatting corrections/text edits. Added link to JIRA bugs/features list as
in email corro 03/19/10
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml 2010-03-19
21:02:47 UTC (rev 2323)
+++
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml 2010-03-20
02:48:25 UTC (rev 2324)
@@ -22,7 +22,7 @@
<section id="sect-Release_Notes-_Introduction_-Overview">
<title>Overview</title>
<para>
- &PRODUCT; is the merge of two mature Java projects; JBoss Portal and eXo Portal.
This new community project takes the best of both offerings and incorporates them into a
single j2ee deployment archive. The aim is to provide an intuitive user-friendly portal
and a framework to address the needs of today's Web 2.0 applications.
+ &PRODUCT; is the merge of two mature Java projects; JBoss Portal and eXo Portal.
This new project takes the best of both offerings and incorporates them into a single j2ee
deployment archive. The aim is to provide an intuitive user-friendly portal and a
framework to address the needs of today's Web 2.0 applications.
</para>
<para>
Further, by integrating best-of-breed open source frameworks such as JBoss Seam,
Hibernate, Tomcat, and JBoss Cache the Platform takes advantage of innovations in the open
source community. As well, &PRODUCT; is fully tested and supported by Red Hat, and is
certified to work on many leading enterprise hardware and software products.
@@ -31,16 +31,16 @@
</section>
- <section id="sect-Release_Notes-Features_in_PRODUCT_VERSION">
- <title>Features in &PRODUCT; &VERSION;</title>
+ <section id="sect-Release_Notes-Architecture_of_PRODUCT_VERSION">
+ <title>Architecture of &PRODUCT; &VERSION;</title>
<para>
This is beta software and the final component manifest and exact component versions
are subject to change prior to General Availability.
</para>
- <figure
id="figu-Release_Notes-Features_in_PRODUCT_VERSION-Placeholder_Image">
+ <figure
id="figu-Release_Notes-Features_in_PRODUCT_VERSION-EPP_5_Architecture">
<title>EPP 5 Architecture</title>
<mediaobject>
<imageobject role="html">
- <imagedata align="center"
fileref="images/epp5_architecture.png" format="PNG"
scale="90" width="444" />
+ <imagedata align="center"
fileref="images/epp5_architecture.png" format="PNG"
scale="100" width="444" />
</imageobject>
<imageobject role="fo">
<imagedata align="center" contentwidth="150mm"
fileref="images/epp5_architecture.png" format="PNG"
width="444" />
@@ -346,7 +346,8 @@
Internet Explorer
</entry>
<entry>
- 7/8
+ <para>7</para>
+ <para>8</para>
</entry>
</row>
<row>
@@ -401,90 +402,91 @@
</para>
</formalpara>
</important> -->
- <para>
- Unzip the downloaded <filename>.zip</filename> file to the directory of
your choice on any operating system that supports the zip format.
- </para>
-
-<programlisting>
-unzip jboss-epp-5.0.0-Beta.zip
+ <procedure>
+ <step>
+ <para>
+ Unzip the downloaded <filename>.zip</filename> file to the directory of
your choice on any operating system that supports the zip format.
+ </para>
+
+<programlisting>unzip jboss-epp-5.0.0-Beta.zip
</programlisting>
- <para>
- Extract the archive contents into the location of your choice. You can do this using
the JDK jar tool (or any other ZIP extraction tool). In the example below it is assumed
that you downloaded the <filename>.zip</filename> file to the
<filename>/jboss</filename> directory.
- </para>
-
-<programlisting>
-[usr]$ cd /jboss
+ <para>
+ Extract the archive contents into the location of your choice. You can do this using
the JDK jar tool (or any other ZIP extraction tool). In the example below it is assumed
that you downloaded the <filename>.zip</filename> file to the
<filename>/jboss</filename> directory.
+ </para>
+
+<programlisting>[usr]$ cd /jboss
+
[usr]$ jar -xvf jboss-epp-5.0.0-Beta.zip
</programlisting>
- <para>
- You should now have a directory called <varname>jboss-epp-5.0</varname>.
The <varname>JBOSS_HOME</varname> environment variable will now need to be
set:
- </para>
- <formalpara id="form-Release_Notes-Install-On_a_Linux_Platform">
- <title>On a Linux Platform</title>
<para>
- Create an environment variable that points to the installation directory called
<varname>jboss-as</varname> and name it
<varname>JBOSS_HOME</varname>.
+ You should now have a directory called
<filename>jboss-epp-5.0</filename>.
</para>
- </formalpara>
+ </step>
+ <step>
+ <para>
+ The <literal>JBOSS_HOME</literal> environment variable will now need to
be set:
+ </para>
+ <formalpara id="form-Release_Notes-Install-On_a_Linux_Platform">
+ <title>On a Linux Platform</title>
+ <para>
+ Create an environment variable that points to the installation directory called
<filename>jboss-as</filename> and name it
<literal>JBOSS_HOME</literal>.
+ </para>
+ </formalpara>
<!--
<para>
- Add <varname>$JBOSS_HOME/bin</varname> to the system path to be able to
run the server from the command line. You can do this by adding the following lines to the
<filename>.bashrc</filename> file in your home directory.
+ Add <literal>$JBOSS_HOME/bin</literal> to the system path to be able to
run the server from the command line. You can do this by adding the following lines to the
<filename>.bashrc</filename> file in your home directory.
</para>
-->
-<screen>
-# In this example /jboss/jboss-epp-5.0/jboss-as/ is the install directory
+<programlisting># In this example /jboss/jboss-epp-5.0/jboss-as/ is the install
directory
+
JBOSS_HOME=/jboss/jboss-epp-5.0/jboss-as/
export JBOSS_HOME
-</screen>
- <para>
- Set this variable for the user accounts that will run the server.
- </para>
- <formalpara id="form-Release_Notes-Install-On_Microsoft_Windows">
- <title>On Microsoft Windows</title>
+</programlisting>
<para>
- Create an environment variable that points to the installation directory (for
example, <filename>C:\jboss\jboss-epp-5.0\jboss-as\</filename>) and name it
<varname>JBOSS_HOME</varname>.
+ Set this variable for the user accounts that will run the server.
</para>
- </formalpara>
+ <formalpara id="form-Release_Notes-Install-On_Microsoft_Windows">
+ <title>On Microsoft Windows</title>
+ <para>
+ Create an environment variable that points to the installation directory (for
example, <filename>C:\jboss\jboss-epp-5.0\jboss-as\</filename>) and name it
<literal>JBOSS_HOME</literal>.
+ </para>
+ </formalpara>
<!--
<para>
Add <filename>bin</filename> to the path to be able to run the server from
the command line (for example, <filename>C:\Program
Files\jboss\jboss-epp-5.0\jboss-as\bin</filename>). To do this, open the
<guimenu>Control Panel</guimenu> from the <guimenu>Start
Menu</guimenu>, switch to <guimenuitem>Classic View</guimenuitem> if
necessary, open the <guimenuitem>System Control Panel</guimenuitem> applet,
select the <guimenuitem>Advanced</guimenuitem> Tab, and click on the
<guibutton>Environment Variables</guibutton> button.
</para>
-->
-
- <para>
- To start &PRODUCT; run the following commands depending on your environment:
- </para>
-
-
- <formalpara id="form-Release_Notes-run-On_a_Linux_Platform">
- <title>On a Linux Platform</title>
+ </step>
+ <step>
<para>
-<screen>
-[usr]:/$ cd $JBOSS_HOME/bin/
-[usr]:~/jboss/jboss-epp-5.0/jboss-as/bin$ ./run.sh
-
-</screen>
+ To start &PRODUCT; run the following commands depending on your environment:
</para>
- </formalpara>
+ <formalpara id="form-Release_Notes-run-On_a_Linux_Platform">
+ <title>On a Linux Platform</title>
+ <para>
+<programlisting>[usr]:/$ cd $JBOSS_HOME/bin/
+[usr]:~/jboss/jboss-epp-5.0/jboss-as/bin$ ./run.sh
+</programlisting>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-run-On_Microsoft_Windows">
+ <title>On Microsoft Windows</title>
+ <para>
+<programlisting>c:\>cd %JBOSS_HOME%/bin
- <formalpara id="form-Release_Notes-run-On_Microsoft_Windows">
- <title>On Microsoft Windows</title>
- <para>
-<screen>
-c:\>cd %JBOSS_HOME%/bin
c:\jboss\jboss-epp-5.0\jboss-as\bin$ run.bat
-</screen>
- </para>
- </formalpara>
+</programlisting>
+ </para>
+ </formalpara>
+ </step>
+ </procedure>
-
<para>
The bootstrap sequence should appear as follows:
</para>
+<programlisting>=========================================================================
-<screen>
-=========================================================================
-
JBoss Bootstrap Environment
JBOSS_HOME: /jboss/jboss-epp-5.0/jboss-as
@@ -504,12 +506,9 @@
...
16:13:29,023 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:13:29,043 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build:
SVNTag=JBPAPP_5_0_0_GA date=200910202128)] Started in 0m:24s:396ms
-</screen>
-
-
-
+</programlisting>
<para>
- You may now point a web browser at <ulink
url="http://localhost:8080/portal">http://localhost:8080/portal</ulink>.
Enjoy!
+ You can now access the portal in your preferred web browser with this address:
<ulink
url="http://localhost:8080/portal">http://localhost:8080/portal</ulink>.
Enjoy!
</para>
</section>
@@ -552,7 +551,9 @@
<para>
The <filename>default</filename> profile is not intended for production
use or for the running of load, stress, availability or performance tests. In addition,
the performance of this Beta2 release does not necessarily represent the final release.
</para>
- </section> --><!-- <section
id="sect-Release_Notes-_Source_Files_">
+ </section> -->
+
+<!-- <section id="sect-Release_Notes-_Source_Files_">
<title> Source Files </title>
<formalpara id="form-Release_Notes-_Source_Files_-SRPMs">
<title>SRPMs</title>
@@ -650,7 +651,7 @@
<term>Reference Guide</term>
<listitem>
<para>
- This is a high-level usage document. It deals with more advanced topics than the
Install and User guides, adding new content or taking concepts discussed in the earlier
documents further. It aims to provide supporting documentation for advanced users of the
&PRODUCT; product. Its primary focus is on advanced use of the product and it assumes
an intermediate or advanced knowledge of the technology and terms.
+ This is a high-level usage document. It deals with more advanced topics than the
Install and User guides, adding new content or taking concepts discussed in the earlier
documents further. It aims to provide supporting documentation for advanced users of
&PRODUCT;. Its primary focus is on advanced use of the product and it assumes an
intermediate or advanced knowledge of the technology and terms.
</para>
</listitem>
</varlistentry>
@@ -820,9 +821,13 @@
<section id="sect-Release_Notes-_Known_Issues_with_this_release_">
<title> Known Issues with this release </title>
<para>
- Following is a list of known issues at the time of release.
+ The link below provides a list of issues (Bugs and Features) being tracked at the time
of release:
</para>
- <formalpara
id="form-Release_Notes-_Known_Issues_with_this_release_-General_Known_Issues">
+ <para>
+ <ulink
url="https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=tr...
Issue Tracker</ulink>
+ </para>
+
+<!-- <formalpara
id="form-Release_Notes-_Known_Issues_with_this_release_-General_Known_Issues">
<title>General Known Issues</title>
<para>
<itemizedlist>
@@ -865,8 +870,8 @@
</listitem>
</itemizedlist>
</para>
- </formalpara>
- </section>
+ </formalpara>-->
+ </section>
<xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</article>