[jboss-svn-commits] JBL Code SVN: r36365 - labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 10 18:02:47 EST 2010


Author: johan.kumps
Date: 2010-12-10 18:02:46 -0500 (Fri, 10 Dec 2010)
New Revision: 36365

Added:
   labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf/quickstarts.properties
Log:


Copied: labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf/quickstarts.properties (from rev 35967, labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf/quickstarts.properties-example)
===================================================================
--- labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf/quickstarts.properties	                        (rev 0)
+++ labs/jbossesb/workspace/johan.kumps/product/samples/quickstarts/conf/quickstarts.properties	2010-12-10 23:02:46 UTC (rev 36365)
@@ -0,0 +1,23 @@
+##############################################################################################
+#
+# Environment specific properties for executing the quickstarts.
+#
+##############################################################################################
+# Location of your JBoss Application Server installation.
+# Will override the same property name from install/deployment.properties
+org.jboss.esb.server.home=${product.dir}/build/jbossesb-server-4.9
+
+# JBossAS server name. If not set defaults to 'default'
+# Will override the same property name from install/deployment.properties
+org.jboss.esb.server.config=default
+
+# jBPM console security credentials (if org.jboss.esb.server.config=production)
+#jbpm.console.username=admin
+#jbpm.console.password=admin
+
+
+# If you are running the ftp tests then you must complete the following
+jbossesb.ftp.hostname=
+jbossesb.ftp.username=
+jbossesb.ftp.password=
+jbossesb.ftp.directory=



More information about the jboss-svn-commits mailing list