You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2013/03/07 20:21:45 UTC

svn commit: r1454018 - in /axis/axis1/java/trunk/src/site: resources/images/ xdoc/

Author: veithen
Date: Thu Mar  7 19:21:44 2013
New Revision: 1454018

URL: http://svn.apache.org/r1454018
Log:
Migrated soapmonitor-user-guide from the old Forrest sources.

Added:
    axis/axis1/java/trunk/src/site/resources/images/AfterTurnOff.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/AfterTurnOff.jpg
    axis/axis1/java/trunk/src/site/resources/images/AfterTurnOn.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/AfterTurnOn.jpg
    axis/axis1/java/trunk/src/site/resources/images/ConnectionRefused.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/ConnectionRefused.jpg
    axis/axis1/java/trunk/src/site/resources/images/DataLoading.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/DataLoading.jpg
    axis/axis1/java/trunk/src/site/resources/images/DeployStatus.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/DeployStatus.jpg
    axis/axis1/java/trunk/src/site/resources/images/InitialScreen.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/InitialScreen.jpg
    axis/axis1/java/trunk/src/site/resources/images/LoginDialog.jpg
      - copied unchanged from r1454013, webservices/axis/trunk/site/src/java/src/documentation/resources/images/LoginDialog.jpg
    axis/axis1/java/trunk/src/site/resources/images/MonitoringScreen.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/MonitoringScreen.jpg
    axis/axis1/java/trunk/src/site/resources/images/ToDisableMonitoring.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/ToDisableMonitoring.jpg
    axis/axis1/java/trunk/src/site/resources/images/ToEnableMonitoring.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/ToEnableMonitoring.jpg
    axis/axis1/java/trunk/src/site/resources/images/Unauthorized.jpg
      - copied unchanged from r1454016, webservices/axis/trunk/site/src/java/src/documentation/resources/images/Unauthorized.jpg
    axis/axis1/java/trunk/src/site/resources/images/UnknownHost.jpg
      - copied unchanged from r1454014, webservices/axis/trunk/site/src/java/src/documentation/resources/images/UnknownHost.jpg
    axis/axis1/java/trunk/src/site/xdoc/soapmonitor-user-guide.xml
      - copied, changed from r1453998, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml

Copied: axis/axis1/java/trunk/src/site/xdoc/soapmonitor-user-guide.xml (from r1453998, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml)
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/soapmonitor-user-guide.xml?p2=axis/axis1/java/trunk/src/site/xdoc/soapmonitor-user-guide.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml&r1=1453998&r2=1454018&rev=1454018&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml (original)
+++ axis/axis1/java/trunk/src/site/xdoc/soapmonitor-user-guide.xml Thu Mar  7 19:21:44 2013
@@ -1,72 +1,57 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>SOAPMonitor User's Guide</title>
+  </properties>
   <body>
 
-<section>
-<title>SOAPMonitor User's Guide</title>
+<section name="Table of Contents">
 
-<p><i>1.0 Version</i><br/>
-  <i>Feedback:</i> <a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></p>
-
-<a name="TableOfContents"/>
-<section>
-<title>Table of Contents</title>
-
-<ul>
-  <li><a href="#Introduction">Introduction</a></li>
-  <ul>
-    <li><a href="#WhatIsSOAPMonitor">What is SOAPMonitor ?</a></li>
-    <li><a href="#WhenShouldIUseIt">When should I use it ?</a></li>
-  </ul>
-  <li><a href="#Usage">Usage</a></li>
-  <ul>
-    <li><a href="#Preparation">Preparation</a></li>
-    <li><a href="#HowToUseIt">How to use it ?</a></li>
-  </ul>
-  <li><a href="#Appendixes">Appendixes</a></li>
-  <ul>
-    <li><a href="#VersionComparisonChart">Version comparison chart</a></li>
-    <li><a href="#ErrorMessages">Error messages</a></li>
-  </ul>
-</ul>
+<macro name="toc"/>
 
 </section>
 
-<a name="Introduction"/>
-<section>
-<title>Introduction</title>
+<section name="Introduction">
 
 <p>Web service developers often have the need to see the SOAP messages being used to invoke web services along with the results of those messages. The goal of the SOAP Monitor utility is to provide a way for these developers to monitor the SOAP messages being used without requiring any special configuration or restarting of the server.</p>
 
-<a name="WhatIsSOAPMonitor"/>
-<section>
-<title>What is SOAPMonitor ?</title>
+<subsection name="What is SOAPMonitor ?">
 
 <p>It's a utility what can be found in the org.apache.axis.utils package. It provides the monitoring capability described above to Web service developers.</p>
 
-</section>
+</subsection>
 
-<a name="WhenShouldIUseIt"/>
-<section>
-<title>When should I use it ?</title>
+<subsection name="When should I use it ?">
 <p>It's a good opportunity for using this utility that you hope to monitor the SOAP messages for debugging. You can see all SOAP messages of what you want to monitor without any additional developments, special configurations or restarting of the application server.</p>
 <p><b>Please note that it doesn't display any protocol specific data such as HTTP protocol headers. If you need to do this, you should use the TCP Monitor (tcpmon). Please see the <a href="user-guide.html">Axis User's Guide</a> for details on tcpmon</b>.</p>
 
-</section>
+</subsection>
 
 </section>
 
-<a name="Usage"/>
-<section>
-<title>Usage</title>
-
-<a name="Preparation"/>
-<section>
-<title>Preparation</title>
+<section name="Usage">
+
+<subsection name="Preparation">
 
 <ul>
   <li><b>step 1:</b> Create an account for the administrator
@@ -96,11 +81,9 @@ admin password</source>
   <li><b>That's all.</b></li>
 </ul>
 
-</section>
+</subsection>
 
-<a name="HowToUseIt"/>
-<section>
-<title>How to use it ?</title>
+<subsection name="How to use it ?">
 
 <ul>
   <li><b>step 0:</b> Make sure you have completed <a href="#prepare">the preparation phase.</a></li>
@@ -151,17 +134,13 @@ admin password</source>
   </li>
 </ul>
 
-</section>
+</subsection>
 
 </section>
 
-<a name="Appendixes"/>
-<section>
-<title>Appendixes</title>
-
-<a name="VersionComparisonChart"/>
-<section>
-<title>Version comparison chart</title>
+<section name="Appendixes">
+
+<subsection name="Version comparison chart">
 
 <table>
   <tr>
@@ -202,11 +181,9 @@ admin password</source>
   </tr>
 </table>
 
-</section>
+</subsection>
 
-<a name="ErrorMessages"/>
-<section>
-<title>Error Messages</title>
+<subsection name="Error Messages">
 
 <p>You may meet the following screens, if you have an access denied.</p>
 
@@ -222,9 +199,7 @@ admin password</source>
   </li>
 </ul>
 
-</section>
-
-</section>
+</subsection>
 
 </section>