[jboss-svn-commits] JBL Code SVN: r11569 - labs/jbossesb/trunk/product/samples/quickstarts/conf.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue May 1 19:24:51 EDT 2007
Author: tcunning
Date: 2007-05-01 19:24:51 -0400 (Tue, 01 May 2007)
New Revision: 11569
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt
Log:
bug:JBESB-530
Fix a few typos and update references to the deploy-jms-dests target.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt 2007-05-01 22:48:28 UTC (rev 11568)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt 2007-05-01 23:24:51 UTC (rev 11569)
@@ -1,21 +1,21 @@
Quickstarts information:
========================
- The quickstarts come in two forms:
- 1. standalone mode which is started by 'ant run'
- 2. '.esb' package which is deployed to an application server by running 'ant deploy'.
+ The quickstarts come in two forms:
+ 1. standalone mode which is started by 'ant run'
+ 2. '.esb' package which is deployed to an application server by running 'ant deploy'.
Before Running:
===============
Non Bundled:
1. Copy install/deployment.properties-example to install/deployment.properties and modify the
- properties there to suite your environment[*].
+ properties there to suit your environment[*].
2. Run 'ant deploy' in the "install" folder of the distribution. This
deploys the required SARs to your JBoss Application Server instance.
3. Make sure the JBoss Application server is running.
Bundled:
1. Copy install/deployment.properties-example to install/deployment.properties and modify the
- properties there to suite your environment[*].
+ properties there to suit your environment[*].
2. Run 'ant install' in the "install" folder of the distribution. This
target will unpack the JBoss Application Server to the localtion you specified in step 1
2. Run 'ant deploy' in the "install" folder of the distribution. This
@@ -23,30 +23,30 @@
4. Make sure the JBoss Application server is running.
[*]
-It is often a good ide to copy the default server configuration to a different name
-so that you can easily start a fresh by simply deleting it. This also makes it simple
-to diff both directories to find differences if problems occurr.
-So, if you copied the default server configuration use the new configurtion name for the property
+It is often a good idea to copy the default server configuration to a different name
+so that you can easily start a fresh one by simply deleting it. This also makes it simple
+to diff both directories to find differences if problems occur.
+So, if you copied the default server configuration use the new configuration name for the property
'org.jboss.esb.server.config' in install/deployment.properties.
You can optionally copy the file samples/quickstarts/conf/quickstarts.properties-example to quickstart.properties
if you want to run the quickstarts against a different server then the one specified in step 1 above. This is also
-needed if you run any of the quickstart that use ftp.
+needed if you run any of the quickstarts that use ftp.
To Run standalone mode:
=======================
- 1. In a command terminal window in the quickstart folder type 'ant deploy-jms-queues'.
+ 1. In a command terminal window in the quickstart folder type 'ant deploy-jms-dests'.
See the section "Notes about JMS" for more information.
2. In a command terminal window in this folder ("Window1"), type 'ant run'.
3. Open another command terminal window in this folder ("Window2"), type 'ant runtest'.
4. Switch back to "Window1" to see the output from the ESB
- 5. Run 'ant help' to get a description about the specific quickstart.
+ 5. Run 'ant help' to get a description about the specific quickstart.
To Run '.esb' archive mode:
===========================
- 1. In a command terminal window in this folder ("Window1"), type 'ant undeploy-jms-queues'.
- 1. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
- 2. Open another command terminal window in this folder ("Window2"), type 'ant runtest'.
- 3. Switch back to Application Server console to see the output from the ESB
+ 1. In a command terminal window in this folder ("Window1"), type 'ant undeploy-jms-dests'.
+ 2. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
+ 3. Open another command terminal window in this folder ("Window2"), type 'ant runtest'.
+ 4. Switch back to Application Server console to see the output from the ESB
Notes about JMS:
================
@@ -59,7 +59,7 @@
Since we wanted to show you that the jboss-esb.xml configuration is the same for both modes
of running the ESB the queue names are the same which means that if you have run the standalone
mode and want to try the '.esb. archive mode you need to run :
- 'ant undeploy-jms'
+ 'ant undeploy-jms-dests'
More information about the quickstart can be found in the GettingStarted.pdf document, which is in
the doc folder.
More information about the jboss-svn-commits
mailing list