[Yanel-commits] rev 49140 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Thu Apr 29 22:45:17 CEST 2010


Author: michi
Date: 2010-04-29 22:45:17 +0200 (Thu, 29 Apr 2010)
New Revision: 49140

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924
Log:
tail -F improved according to Memo's email and logs directory fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924	2010-04-29 17:11:12 UTC (rev 49139)
+++ public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924	2010-04-29 20:45:17 UTC (rev 49140)
@@ -1,2 +1,2 @@
-<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Debugging</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Debugging</h1><h2>Log Files</h2>Yanel is using log4j for logging, whereas the configuration can be found at<br/><ul><li>Source version: conf/log4j.properties or conf/local/local.log4j.properties<br/></li><li>Binary version: TOMCAT/webapps/yanel/WEB-INF/classes/log4j.properties<br/></li></ul>Check for the settings within log4j.properties in order to find the location of the actual log files, whereas the default settings are:<br/><ul><li>Source version: tail -f YANEL_SOURCE/build/logs/*</li><li>Binary version: tail -f webapps/yanel/WEB-INF/classes/logs/*</li></ul><h2>Debugging Client-Server Communication</h2>The client-server communication can be debugged with various tools. Two of them are listed below<ul><li>java -classpath axis-1_4/lib/axis.jar org.!
 apache.axis.utils.tcpmon</li><li>sudo ngrep -d eth0 &quot;&quot; &quot;port 8080&quot; (or for local deployments: sudo ngrep -d lo &quot;&quot; &quot;port 8080&quot;)<br/></li></ul></body>
-</html>
\ No newline at end of file
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Debugging</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Debugging</h1><h2>Log Files</h2>Yanel is using log4j for logging, whereas the configuration can be found at<br/><ul><li>Source version: conf/log4j.properties or conf/local/local.log4j.properties<br/></li><li>Binary version: TOMCAT/webapps/yanel/WEB-INF/classes/log4j.properties<br/></li></ul>Check for the settings within log4j.properties in order to find the location of the actual log files, whereas the default settings are:<br/><ul><li>Source version: tail -F YANEL_SOURCE/logs/*</li><li>Binary version: tail -F webapps/yanel/WEB-INF/classes/logs/*</li></ul><h2>Debugging Client-Server Communication</h2>The client-server communication can be debugged with various tools. Two of them are listed below<ul><li>java -classpath axis-1_4/lib/axis.jar org.apache!
 .axis.utils.tcpmon</li><li>sudo ngrep -d eth0 &quot;&quot; &quot;port 8080&quot; (or for local deployments: sudo ngrep -d lo &quot;&quot; &quot;port 8080&quot;)<br/></li></ul></body>
+</html>



More information about the Yanel-commits mailing list