[jboss-svn-commits] JBL Code SVN: r11415 - labs/jbossesb/trunk/product/samples/quickstarts/conf.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Apr 27 09:37:40 EDT 2007
Author: beve
Date: 2007-04-27 09:37:40 -0400 (Fri, 27 Apr 2007)
New Revision: 11415
Added:
labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties-example
Removed:
labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt
Log:
Removed the quickstarts.properties file and added quickstart.properties-example. So that it similar to the deployment.properties-example handling.
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties 2007-04-27 13:17:15 UTC (rev 11414)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties 2007-04-27 13:37:40 UTC (rev 11415)
@@ -1,18 +0,0 @@
-##############################################################################################
-# Environment specific properties for executing the quickstarts.
-##############################################################################################
-# Location of your JBoss Application Server installation.
-#org.jboss.esb.server.home=${product.dir}/build/jbossesb-server-4.2.MR1
-#jbosshome.dir=/opt/jboss/as/esb_quickstart
-#org.jboss.esb.server.home=/opt/jboss/as/esb_quickstart
-
-# JBossAS server name. If not set defaults to 'default'
-#org.jboss.esb.server.config=default
-#org.jboss.esb.server.config=quickstarts
-
-
-# If you are running the ftp tests then you must complete the following
-jbossesb.ftp.hostname=localhost
-jbossesb.ftp.username=sifo
-jbossesb.ftp.password=sifo
-jbossesb.ftp.directory=/home/sifo/input
Added: labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties-example
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties-example (rev 0)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/quickstarts.properties-example 2007-04-27 13:37:40 UTC (rev 11415)
@@ -0,0 +1,19 @@
+##############################################################################################
+#
+# 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.2.MR1
+
+# 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
+
+
+# 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=
Modified: labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt 2007-04-27 13:17:15 UTC (rev 11414)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/readme.txt 2007-04-27 13:37:40 UTC (rev 11415)
@@ -28,8 +28,9 @@
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
'org.jboss.esb.server.config' in install/deployment.properties.
-You can optionally edit samples/quickstarts/conf/quickstarts.properties if you want to run the
-quickstarts against a different server then the one specified in step 1 above.
+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.
To Run standalone mode:
=======================
More information about the jboss-svn-commits
mailing list