You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/03/13 14:50:14 UTC

svn commit: r385551 - /lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml

Author: thorsten
Date: Mon Mar 13 05:50:12 2006
New Revision: 385551

URL: http://svn.apache.org/viewcvs?rev=385551&view=rev
Log:
Updated the monitoring section to reflect current development.

Modified:
    lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml

Modified: lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml?rev=385551&r1=385550&r2=385551&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/modules/webdav/monitoring.xml Mon Mar 13 05:50:12 2006
@@ -19,27 +19,30 @@
   "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>WebDAV Servers</title>
+    <title>Monitoring and PROPFIND</title>
   </header>
   <body>
     <section>
       <title>Monitoring the WebDAV exchange</title>
+      <note>We assume you have cocoon HEAD version of the cocoon-2.1.x branch 
+        set to be your $COCOON_HOME! <br/>If you are using 1.4.x and using the 
+        default settings then <br/>$COCOON_HOME=$LENYA_HOME/external/cocoon_2_1_x</note>
       <source> <![CDATA[
-cd /usr/local/axis-1_1RC2
-java -cp lib/axis.jar org.apache.axis.utils.tcpmon
+cd $COCOON_HOME
+java -cp lib/optional/axis-1.3.jar org.apache.axis.utils.tcpmon
 
 Enter "Listen Port# 3333" for instance
 
 Select "Act as a... Listener"
 
-Enter "Target Hostname 195.226.6.70" for instance
-Enter "Target Port# 8080" for instance
+Enter "Target Hostname: localhost" for instance
+Enter "Target Port# 8888" for instance
 
 Click "Add" and a new tab saying "3333" should show up
 
 Click on this new tab to view the requests and responses
 
-Enter within your browser "http://127.0.0.1:3333/lenya/index.html"
+Enter within your favorite webDAV client "http://localhost:3333/default/webdav".
 ]]> </source>
     </section>
     <section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org