[jboss-svn-commits] JBL Code SVN: r8640 - labs/jbossesb/trunk/product/samples/quickstarts

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 2 23:25:21 EST 2007


Author: burrsutter
Date: 2007-01-02 23:25:20 -0500 (Tue, 02 Jan 2007)
New Revision: 8640

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
Log:


Modified: labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/readme.txt	2007-01-02 21:12:29 UTC (rev 8639)
+++ labs/jbossesb/trunk/product/samples/quickstarts/readme.txt	2007-01-03 04:25:20 UTC (rev 8640)
@@ -7,18 +7,28 @@
 
 Each quickstart has its own readme.txt file that should be reviewed carefully.
 
-Each quickstart has its own build.xml file that points to a particular
-ESB and JBoss AS home directory. Modify according to your installation.
+Each quickstart has its own build.xml file that uses the central "quickstarts.properties" file.
+Make sure to modify this file to point to your specific version of JBoss AS and JBoss ESB.
+In the example below, it assumes there is a "jboss" directory off the current root which includes
+a JBoss AS installation called "jboss-4.0.4.GA" and a JBoss ESB installation called "jbossesb".
+esb.product.lib.dir=/jboss/jbossesb/lib
+jbosshome.dir=/jboss/jboss-4.0.4.GA
 
+
 Prerequisites:
 - Assumes you are comfortable working at the command line with Ant
 - Assumes you are running JBossMQ on JBoss Application Server. Other JMS
 solutions should work as well but the configuration files contained in the
 quickstarts are focused on JBossMQ.
-- MySQL is the assumed deployment for the jUDDI registry however if you have properly
-deployed the SAR all RMI-based registrations should work out of the box.
-You should review the the RegistryConfiguration.pdf document 
-for proper setup of jUDDI and change the juddi.properties file accordingly.
+- Assumes you have properly configured the JBoss ESB Registry. A minimum configuration
+is included in the SAR deployment option. If you are using JBoss Application Server simply 
+go into the "install" folder for the JBoss ESB.  Modify the deployment.properties file and
+run "ant".  Make sure to have the App Server turned "off" while this process is occuring.
+This process will add the "jbossesb.sar" to your JBoss Application Server as well
+as tweak the configuration.
+- Almost all of these examples use RMI-based registration. "helloworld_embedded_reg" deploys 
+its own registry.  "helloworld_db_registration" makes a client/server connection to
+the registry database. It assumes a MySQL DB holds the registry.
 - The file "esb-quickstart-service.xml" should be dropped into your "deploy"
 directory for your application server if you are using JBossMQ in JBossAS.  This
 will setup the JMS queues for the quickstart samples.




More information about the jboss-svn-commits mailing list