[jboss-svn-commits] JBL Code SVN: r35976 - labs/jbossesb/workspace/johan.kumps/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Nov 14 17:52:32 EST 2010
Author: johan.kumps
Date: 2010-11-14 17:52:32 -0500 (Sun, 14 Nov 2010)
New Revision: 35976
Added:
labs/jbossesb/workspace/johan.kumps/product/install/deployment.properties
Log:
Added: labs/jbossesb/workspace/johan.kumps/product/install/deployment.properties
===================================================================
--- labs/jbossesb/workspace/johan.kumps/product/install/deployment.properties (rev 0)
+++ labs/jbossesb/workspace/johan.kumps/product/install/deployment.properties 2010-11-14 22:52:32 UTC (rev 35976)
@@ -0,0 +1,31 @@
+######################################################################
+# JBossESB ant deployment properties file
+#
+# Copy the example file and replace with your values
+#
+######################################################################
+
+######################################################################
+# 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
+######################################################################
+# The Directory in Which JBoss AS is Installed
+# The absolute path to a directory in which a version of JBoss AS with
+# EJB3 has been installed.
+# This path should not include spaces.
+# Use of relative paths or paths with spaces will cause runtime errors
+# when deploying and executing the quickstart and the trailblazers.
+# (e.g. /home/pbennett/jboss-4.0.5.GA-ejb3)
+# (By default the 'ant install' task will create this directory.)
+org.jboss.esb.server.home=/jbossesb-server-4.5.GA
+# The Configuration of JBoss AS to Use
+# (e.g. default)
+org.jboss.esb.server.config=default
+######################################################################
+# Tomcat
+######################################################################
+# jbossesb tomcat home directory
+org.jboss.esb.tomcat.home=/apache-tomcat-5.5.20
More information about the jboss-svn-commits
mailing list