[jboss-cvs] JBossAS SVN: r65784 - projects/docs/trunk/Installation_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 3 01:34:30 EDT 2007
Author: mhideo at redhat.com
Date: 2007-10-03 01:34:30 -0400 (Wed, 03 Oct 2007)
New Revision: 65784
Modified:
projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml
projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml
Log:
Cleaned Up Content for 4.2.2
Modified: projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml 2007-10-03 04:58:39 UTC (rev 65783)
+++ projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml 2007-10-03 05:34:30 UTC (rev 65784)
@@ -28,4 +28,5 @@
<holder>&FORMAL-RHI;</holder>
</copyright>
<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Boilerplate.xml"/-->
+ <!--xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /-->
</bookinfo>
Modified: projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
--- projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml 2007-10-03 04:58:39 UTC (rev 65783)
+++ projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml 2007-10-03 05:34:30 UTC (rev 65784)
@@ -4,10 +4,10 @@
]>
<book>
-<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/-->
+
<!-- installing as a service on red hat? -->
- <preface>
+ <!--preface>
<title>About this Guide</title>
<para>JBoss, a J2EE 1.4 certified application server, is the most widely used open source application server on
the market. The highly flexible and easy-to-use server architecture has made JBoss the ideal choice for
@@ -16,7 +16,30 @@
and create customized versions for your personal or business use. This guide will show you how to download
and install JBoss 4.0. You will learn how to start and stop your JBoss instance, and you will also learn
about the directory structure and understand what the key services and configuration files are. </para>
- </preface>
+ </preface-->
+<bookinfo>
+ <title>JBoss Application Server 4.2.2</title>
+ <subtitle>Installation Guide</subtitle>
+ <issuenum>4.2</issuenum>
+ <productnumber>2</productnumber>
+ <abstract>
+ <para>
+ JBoss, a J2EE 1.4 certified application server, is the most widely used open source application server on
+ the market. The highly flexible and easy-to-use server architecture has made JBoss the ideal choice for
+ users just starting out with J2EE, as well as senior architects looking for a customizable middleware
+ platform. The ready availability of the source code allows you to debug the server, learn its inner workings
+ and create customized versions for your personal or business use. This guide will show you how to download
+ and install JBoss 4.0. You will learn how to start and stop your JBoss instance, and you will also learn
+ about the directory structure and understand what the key services and configuration files are.
+ </para>
+ </abstract>
+ <copyright>
+ <year>2007</year>
+ <holder>&FORMAL-RHI;</holder>
+ </copyright>
+ <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</bookinfo>
<chapter id="install">
<title>Installing JBoss</title>
<para>JBoss 4 requires either a Java 1.4 or Java 5 JVM (Java Virtual Machine) to run.
More information about the jboss-cvs-commits
mailing list