[jboss-svn-commits] JBL Code SVN: r12360 - in labs/jbossesb/trunk/product: install and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 6 11:56:43 EDT 2007
Author: mark.little at jboss.com
Date: 2007-06-06 11:56:42 -0400 (Wed, 06 Jun 2007)
New Revision: 12360
Modified:
labs/jbossesb/trunk/product/docs/ReleaseNotes.odt
labs/jbossesb/trunk/product/install/deployment.properties-example
Log:
http://jira.jboss.com/jira/browse/JBESB-570
Modified: labs/jbossesb/trunk/product/docs/ReleaseNotes.odt
===================================================================
(Binary files differ)
Modified: labs/jbossesb/trunk/product/install/deployment.properties-example
===================================================================
--- labs/jbossesb/trunk/product/install/deployment.properties-example 2007-06-06 15:24:41 UTC (rev 12359)
+++ labs/jbossesb/trunk/product/install/deployment.properties-example 2007-06-06 15:56:42 UTC (rev 12360)
@@ -12,13 +12,20 @@
######################################################################
# JBossAS
######################################################################
-# Server home directory
+# 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.2
-# the instance of jboss you are running (default)
+# 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
+org.jboss.esb.tomcat.home=/apache-tomcat-5.5.20
\ No newline at end of file
More information about the jboss-svn-commits
mailing list