[jbpm-commits] JBoss JBPM SVN: r6427 - jbpm4/trunk/modules/distro/src/main/files/install.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 21 07:39:59 EDT 2010


Author: rebody
Date: 2010-06-21 07:39:59 -0400 (Mon, 21 Jun 2010)
New Revision: 6427

Modified:
   jbpm4/trunk/modules/distro/src/main/files/install/build.xml
Log:
fix tomcat server.xml token replace problem. replace ${hsql.bind.address} to real property value.

Modified: jbpm4/trunk/modules/distro/src/main/files/install/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2010-06-19 09:20:36 UTC (rev 6426)
+++ jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2010-06-21 11:39:59 UTC (rev 6427)
@@ -609,6 +609,9 @@
           overwrite="true">
       <filterset filtersfile="${jdbc.properties.dir}/${database}.properties" />
     </copy>
+    <replace file="${tomcat.home}/conf/server.xml"
+             token="$${hsql.bind.address}"
+             value="${hsql.bind.address}" />
   </target>
 
   <!-- ### INSTALL EXAMPLES INTO TOMCAT ################################################ -->



More information about the jbpm-commits mailing list