[jboss-svn-commits] JBL Code SVN: r12487 - labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 12 09:30:03 EDT 2007
Author: beve
Date: 2007-06-12 09:30:03 -0400 (Tue, 12 Jun 2007)
New Revision: 12487
Modified:
labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt
Log:
Just add some documentation
Modified: labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt
===================================================================
--- labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt 2007-06-12 13:08:46 UTC (rev 12486)
+++ labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt 2007-06-12 13:30:03 UTC (rev 12487)
@@ -16,13 +16,13 @@
2. Make sure you have read/write access to an FTP server. Write access is required
so that a file can be marked as "completed" (or just deleted) and not reprocessed
again and again. Write access is not needed for the read-only version.
- 3. In a command terminal window in the quickstart folder type 'ant deploy-jms-dests'.
To Run standalone mode:
=======================
- 1. In a command terminal window in this folder ("Window1"), type 'ant run'.
- 2. Open another command terminal window in this folder ("Window2"), type 'ant runtest'.
- 3. Switch back to "Window1" to see the output from the ESB. You should see the file contents
+ 1. In a command terminal window in the quickstart folder type 'ant deploy-jms-dests'.
+ 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. You should see the file contents
displayed in the listener window
To Run standalone mode readonly configuration:
@@ -45,9 +45,20 @@
</region>
This will cause the filename to be deleted every 20 seconds. Such as short period is only
for testing and a more realistic interval could perhaps be every day or so.
+
+To Run as a .esb archive:
+=========================
+ 1. In a command terminal window in the quickstart folder type 'ant undeploy-jms-dests'.
+ 2. In a command terminal window in the quickstart folder type 'ant deploy'.
+ 3. In a command terminal window in the quickstart folder type 'ant runtest'.
+
+To Run as a .esb archive readonly version:
+==========================================
+ 1. In a command terminal window in the quickstart folder type 'ant undeploy-jms-dests'.
+ 2. In a command terminal window in the quickstart folder type 'ant deploy-readonly'.
+ 3. In a command terminal window in the quickstart folder type 'ant runtest'.
-
What to consider in this Quickstart:
===================================
1) The FTP configuration has been initialised in ../conf/quickstarts.properties
@@ -61,8 +72,8 @@
file new_file.dat to new_file.dat.esbWorking
3) Running the read-only version:
- Note that the cacheloader used is hypersonic and it is an inmemory database. This means that if
- you close all the ESBs running('ant run-readonly' windows all files will be retrieved once
+ Note that the database used by the cacheloader is hypersonic and it is an inmemory database. This means that if
+ you close all the ESBs running('ant run-readonly') windows all files will be retrieved once
more. This would not be the case with a persistent database.
Project file descriptions:
More information about the jboss-svn-commits
mailing list