[jboss-cvs] JBoss Messaging SVN: r2463 - trunk/docs/clustering/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 00:51:42 EST 2007


Author: juha at jboss.org
Date: 2007-02-27 00:51:42 -0500 (Tue, 27 Feb 2007)
New Revision: 2463

Modified:
   trunk/docs/clustering/en/modules/installation.xml
Log:
add -Ddatabase option

Modified: trunk/docs/clustering/en/modules/installation.xml
===================================================================
--- trunk/docs/clustering/en/modules/installation.xml	2007-02-27 05:30:42 UTC (rev 2462)
+++ trunk/docs/clustering/en/modules/installation.xml	2007-02-27 05:51:42 UTC (rev 2463)
@@ -18,7 +18,7 @@
 
    <programlisting>
       cd util
-      ant -f release-admin.xml [-Did=node-id] [-Dports=port-config-label] cluster-node
+      ant -f release-admin.xml [-Did=node-id] [-Dports=port-config-label] [-Ddatabase=db-name] cluster-node
    </programlisting>
 
    <para>
@@ -56,6 +56,11 @@
             documentation, at the following address
             <ulink url="http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch10.bindingmanager">http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch10.bindingmanager</ulink>
          </listitem>
+         <listitem>
+            <filename>db-name</filename> is the name of the database you want to create the configurations for. Supported database names are: mysql, oracle, 
+            postgresql, mssql, and sybase. Notice that if you create database configuration to any database other than MySQL, you will still need to
+            manually install the database JDBC drivers (MySQL drivers are provided as part of the distribution).
+         </listitem>
       </itemizedlist>
    </para>
 




More information about the jboss-cvs-commits mailing list