[Yanel-commits] rev 45860 - public/yanel/trunk/src/build/targets/webapp

michi at wyona.com michi at wyona.com
Sun Dec 6 12:02:02 CET 2009


Author: michi
Date: 2009-12-06 12:02:00 +0100 (Sun, 06 Dec 2009)
New Revision: 45860

Modified:
   public/yanel/trunk/src/build/targets/webapp/cluster.xml
Log:
tomcat cluster node property fixed

Modified: public/yanel/trunk/src/build/targets/webapp/cluster.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/cluster.xml	2009-12-05 23:16:06 UTC (rev 45859)
+++ public/yanel/trunk/src/build/targets/webapp/cluster.xml	2009-12-06 11:02:00 UTC (rev 45860)
@@ -100,7 +100,7 @@
     </replace>
     <touch file="${log4j.path}/log4j-cnode2.log"/>
 
-    <replace file="${tomcat1.webapps.dir}/${servlet.context.prefix}/WEB-INF/classes/log4j.properties" value="2">
+    <replace file="${tomcat2.webapps.dir}/${servlet.context.prefix}/WEB-INF/classes/log4j.properties" value="2">
       <replacetoken>@CNODE_ID@</replacetoken>
     </replace>
 



More information about the Yanel-commits mailing list