[jboss-svn-commits] JBL Code SVN: r9156 - labs/jbossesb/trunk/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 30 09:16:27 EST 2007
Author: kurt.stam at jboss.com
Date: 2007-01-30 09:16:26 -0500 (Tue, 30 Jan 2007)
New Revision: 9156
Modified:
labs/jbossesb/trunk/product/install/deployment.properties-example
Log:
Reformatting and adding comments
Modified: labs/jbossesb/trunk/product/install/deployment.properties-example
===================================================================
--- labs/jbossesb/trunk/product/install/deployment.properties-example 2007-01-30 14:03:25 UTC (rev 9155)
+++ labs/jbossesb/trunk/product/install/deployment.properties-example 2007-01-30 14:16:26 UTC (rev 9156)
@@ -4,27 +4,35 @@
# Copy the example file and replace with your values
#
######################################################################
-# APP SERVER
+# the place where the jbossesb libraries can be found
+# Note: You should not need to change this entry unless you altered
+# the jbossesb distribution directory structure, however if you check out from SVN you will
+# have to run the 'ant dist' target to build these jars, and it that
+# case use: org.jboss.esb.dist.lib=../build/jbossesb/lib
+org.jboss.esb.dist.lib=../lib
+
######################################################################
-#
-# application server root directory
-# application server root directory
-org.jboss.esb.appserver.home=/jboss-4.0.4.GA
+# You can use three deployment options: deploy to JBossAS, Tomcat or
+# create a standalone launcher, so you probably only care about
+# one of the following sections.
+######################################################################
+# JBossAS
+######################################################################
+# JBossAS home directory
+org.jboss.esb.appserver.home=/jboss-4.0.5.GA
# the instance of jboss you are running (default)
org.jboss.esb.appserver.config=default
-#the place where the jbossesb libraries can be found
-# Note: You should not need to change this entry unless you altered
-# the jbossesb distribution directory structure, however if you check out from SVN you will
-# have to run the 'ant dist' target to build these jars.
-org.jboss.esb.dist.lib=../lib
-
# if at a later stage you don't want to redeploy the config anymore
# with every deploy, but rather the sar only (not the configuration)
# then uncomment the following
#org.jboss.esb.config.saronly.set=true
-
-# jbossesb standalone root directory
-org.jboss.esb.standalone.home=/jbossesb-4.0.GA
-
+######################################################################
+# Tomcat
+######################################################################
# jbossesb tomcat home directory
-org.jboss.esb.tomcat.home=/apache-tomcat-5.5.20
\ No newline at end of file
+org.jboss.esb.tomcat.home=/apache-tomcat-5.5.20
+######################################################################
+# Standalone launcher
+######################################################################
+# jbossesb standalone home directory
+org.jboss.esb.standalone.home=/jbossesb-4.0.GA
\ No newline at end of file
More information about the jboss-svn-commits
mailing list