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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 9 10:02:48 EST 2009


Author: tfennelly
Date: 2009-02-09 10:02:48 -0500 (Mon, 09 Feb 2009)
New Revision: 25161

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBESB-2360

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2009-02-09 14:41:50 UTC (rev 25160)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2009-02-09 15:02:48 UTC (rev 25161)
@@ -108,3 +108,14 @@
      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.
+
+Using the Apache FTP Server:
+============================
+If running from source, you can avail of the Apache FTP Server that's available in source.
+
+After deploying the Apache FTP Server, you will need to update the connection details in
+the quickstart.properties file.  Just add the following:
+	jbossesb.ftp.hostname=localhost
+	jbossesb.ftp.username=esb
+	jbossesb.ftp.password=esb
+	jbossesb.ftp.directory=




More information about the jboss-svn-commits mailing list