[jboss-svn-commits] JBL Code SVN: r33437 - labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/two_servers.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jun 10 07:28:50 EDT 2010
Author: kevin.conner at jboss.com
Date: 2010-06-10 07:28:49 -0400 (Thu, 10 Jun 2010)
New Revision: 33437
Modified:
labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/two_servers/readme.txt
Log:
Add warning about database changes: JBESB-3339
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/two_servers/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/two_servers/readme.txt 2010-06-10 09:29:15 UTC (rev 33436)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/two_servers/readme.txt 2010-06-10 11:28:49 UTC (rev 33437)
@@ -25,6 +25,15 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
and a more detailed descripton of the different ways to run the quickstarts.
+Important
+=========
+ This quickstart is intended to be run with embedded databases. If you have altered
+ the default configuration to use a remote database then this setup will be duplicated,
+ and therefore shared, by both of the generated configurations. It may be necessary to
+ make additional changes to the configuration of those components which are sharing
+ a database, for example if JBoss Messaging is the current JMS provider then a unique
+ ServerPeerID must be configured within the messaging-service.xml configuration file.
+
To Run:
===========================
1. In a command terminal window in this folder ("Window1"),
More information about the jboss-svn-commits
mailing list