[jboss-cvs] JBossAS SVN: r83081 - projects/docs/community/5/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 19 14:30:17 EST 2009


Author: smcgowan at redhat.com
Date: 2009-01-19 14:30:17 -0500 (Mon, 19 Jan 2009)
New Revision: 83081

Modified:
   projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
   projects/docs/community/5/Administration_And_Configuration_Guide/en-US/General_Configuration.xml
Log:
JBAS-6325 - few additional edits

Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2009-01-19 19:28:53 UTC (rev 83080)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2009-01-19 19:30:17 UTC (rev 83081)
@@ -6,7 +6,9 @@
   <title>Use Alternative Databases with JBoss AS</title>
   <section>
     <title>How to Use Alternative Databases</title>
-    <para>JBoss utilizes the Hypersonic database as its default database. While this is good for development and prototyping, you or your company will probably require another database to be used for production. This chapter covers configuring JBoss AS to use alternative databases. We cover the procedures for all officially supported databases on the JBoss Application Server. They include: MySQL 5.0, PostgreSQL 8.1, Oracle 9i and 10g R2, DB2 7.2 and 8, Sybase ASE 12.5, as well as MS SQL 2005.
+    <para>
+        <indexterm><primary>Configuration</primary><secondary>databases</secondary></indexterm>
+JBoss utilizes the Hypersonic database as its default database. While this is good for development and prototyping, you or your company will probably require another database to be used for production. This chapter covers configuring JBoss AS to use alternative databases. We cover the procedures for all officially supported databases on the JBoss Application Server. They include: MySQL 5.0, PostgreSQL 8.1, Oracle 9i and 10g R2, DB2 7.2 and 8, Sybase ASE 12.5, as well as MS SQL 2005.
     </para>
 		
     <para>Please note that in this chapter, we explain how to use alternative databases to support all services in JBoss AS. This includes all the system level services such as EJB and JMS. For individual applications (e.g., WAR or EAR) deployed in JBoss AS, you can still use any backend database by setting up the appropriate data source connection. </para>

Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/General_Configuration.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/General_Configuration.xml	2009-01-19 19:28:53 UTC (rev 83080)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/General_Configuration.xml	2009-01-19 19:30:17 UTC (rev 83081)
@@ -3,8 +3,10 @@
 
 <chapter id="general_config">
 <title>General Configuration</title>
-<para>This chapter covers general configuration issues for the JBoss Application Server.
-	<indexterm><primary>JBossAS</primary><secondary>General Configuration</secondary></indexterm>
+<para>
+<indexterm><primary>Configuration</primary><secondary>general</secondary></indexterm>
+This chapter covers general configuration issues for the JBoss Application Server.
+
 </para>
 
 <section><title>Configuring Multiple JBoss Instances On One Machine</title>




More information about the jboss-cvs-commits mailing list