[Yanel-commits] rev 33422 - in public/yanel/trunk/src/realms/yanel-website: content paths/en/documentation paths/en/documentation/debugging.html

michi at wyona.com michi at wyona.com
Fri Mar 14 15:11:16 CET 2008


Author: michi
Date: 2008-03-14 15:11:15 +0100 (Fri, 14 Mar 2008)
New Revision: 33422

Added:
   public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/debugging.html/
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/debugging.html/.yarep-uid
Log:
debugging page added

Added: 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	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/ee755e9e-1338-4b3f-9071-f3d595523924	2008-03-14 14:11:15 UTC (rev 33422)
@@ -0,0 +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

Added: public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/debugging.html/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/debugging.html/.yarep-uid	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/debugging.html/.yarep-uid	2008-03-14 14:11:15 UTC (rev 33422)
@@ -0,0 +1 @@
+ee755e9e-1338-4b3f-9071-f3d595523924
\ No newline at end of file



More information about the Yanel-commits mailing list