[jboss-cvs] JBossAS SVN: r91805 - projects/docs/enterprise/5.0/Release_Notes/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jul 29 22:55:14 EDT 2009
Author: irooskov at redhat.com
Date: 2009-07-29 22:55:14 -0400 (Wed, 29 Jul 2009)
New Revision: 91805
Modified:
projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated release notes with new info
Modified: projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml 2009-07-30 02:44:31 UTC (rev 91804)
+++ projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml 2009-07-30 02:55:14 UTC (rev 91805)
@@ -62,6 +62,36 @@
</para>
</important>
</section>
+ <section id="The_Native_Package">
+ <title>The Native Package</title>
+ <para>
+ The <package>Native</package> package is an optional component for the JBoss Enterprise Application Platform and incorporates JBoss Native and the mod_jk technologies. These technologies are described as follows:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ JBoss Native consists of the Apache Portable Runtime (APR), OpenSSL and Tomcat Native (TC-native).
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Apache Portable Runtime (APR): provides superior scalability, performance, and improved integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x and contains many uses, including access to advanced IO functionality (for example: sendfile, epoll and OpenSSL), Operating System level functionality (for example: random number generation and system status), and native process handling (shared memory, NT pipes and Unix sockets).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ OpenSSL: implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols and includes a basic crytographic library.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Tomcat Native (TC-Native): is a Java Native Interface (JNI) that provides much of Tomcats core functionality in native code rather than Java. This allows for an overall increase in the speed of a server.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </section>
</section>
<section id="Component_Versions">
<title>Component Versions</title>
@@ -249,11 +279,11 @@
<entry>1.0.0.CR5</entry>
<entry>1.0.0.CR5</entry>
</row>
- <row>
+ <!-- <row>
<entry>mod_cluster</entry>
<entry>1.0.0.GA</entry>
<entry>N/A</entry>
- </row>
+ </row> -->
<row>
<entry>Seam</entry>
<entry>2.2.GA</entry>
@@ -272,15 +302,18 @@
</tbody>
</tgroup>
</table>
- <note>
+ <!-- <note>
<para>
JBoss Messaging 2.0.0.GA and JBoss Web Services CXF 3.1.1.GA are also provided as technical previews.
</para>
- </note>
+ </note> -->
</section>
<section id="Installation_Notes">
<title>Installation Notes</title>
<para>
+ You must have adequate disk space to install JDK and JBoss Enterprise Application Platform while also allowing enough space for your applications. You must have a working installation of JDK 1.5 or 1.6. For the latest information on supported Operating System / JVM combinations, supported Database platforms and current information on the revision level of included components, refer to the installation guide available online from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>. The installation guide also details instructions to install and verify the installation of the JBoss Enterprise Application Platform.
+ </para>
+<!-- <para>
Unzip the downloaded <filename>.zip</filename> file to the directory of your choice on any operating system
that supports the zip format.
</para>
@@ -324,7 +357,7 @@
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-eap-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>
</section>
- <!-- <section id="upgrade">
+ <section id="upgrade">
<title>Upgrading from JBoss Enterprise Application Platform 4.3.0.CP05</title>
<formalpara>
<title>Using CSP/JON</title>
More information about the jboss-cvs-commits
mailing list