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

michi at wyona.com michi at wyona.com
Fri Dec 4 14:35:05 CET 2009


Author: michi
Date: 2009-12-04 14:35:05 +0100 (Fri, 04 Dec 2009)
New Revision: 45837

Modified:
   public/yanel/trunk/src/build/targets/webapp/cluster.xml
Log:
create 404 logs

Modified: public/yanel/trunk/src/build/targets/webapp/cluster.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/cluster.xml	2009-12-04 13:34:35 UTC (rev 45836)
+++ public/yanel/trunk/src/build/targets/webapp/cluster.xml	2009-12-04 13:35:05 UTC (rev 45837)
@@ -21,6 +21,9 @@
     <replace file="${tomcat1.webapps.dir}/${servlet.context.prefix}/WEB-INF/classes/log4j.properties" value="1">
       <replacetoken>@CNODE_ID@</replacetoken>
     </replace>
+
+    <touch file="${log4j.path}/404-cnode1.log"/>
+
     <touch file="${log4j.path}/access-cnode1.log"/>
     <antcall target="enable-access-log"/>
 
@@ -100,6 +103,9 @@
     <replace file="${tomcat1.webapps.dir}/${servlet.context.prefix}/WEB-INF/classes/log4j.properties" value="2">
       <replacetoken>@CNODE_ID@</replacetoken>
     </replace>
+
+    <touch file="${log4j.path}/404-cnode2.log"/>
+
     <touch file="${log4j.path}/access-cnode2.log"/>
 
     <antcall target="patch-tomcat-cluster-node-2-ssl-port"/>



More information about the Yanel-commits mailing list