You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by aj...@apache.org on 2005/02/24 05:07:44 UTC

svn commit: r155161 - webservices/axis/trunk/java/xdocs/userguide.html

Author: ajith
Date: Wed Feb 23 20:07:43 2005
New Revision: 155161

URL: http://svn.apache.org/viewcvs?view=rev&rev=155161
Log:
Commenting out the section on axis2 standalone server

Modified:
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?view=diff&r1=155160&r2=155161
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Wed Feb 23 20:07:43 2005
@@ -104,11 +104,12 @@
 <p>To check the successful installation of a service <strong><em>available services link </em></strong> is provided. The services and the operations of successfully installed services will be displayed in the available services page. </p>
 <p align="center"><img  src="images/clip_image012.jpg"></p>
 <p>To test run an uploaded service, instructions are provided in the samples guide about running the sample clients. However whether the service is
-present can be checked by pointing the browser to <b>http://&lt;host&gt;:&lt;port&gt;/axis2/services/&lt;service name&gt;</b>. This should provide a page similar to the following
+present can be checked by pointing the browser to <b>http://&lt;host&gt;:&lt;port&gt;/axis2/services/&lt;service name&gt;</b>.
+<!-- This should provide a page similar to the following -->
 </p>
 <!-- Image goes here -->
 
-<h3><a name="_Toc96698087"></a>Running the Axis2 standalone server </h3>
+<!--<h3><a name="_Toc96698087"></a>Running the Axis2 standalone server </h3>
 <p>Since a J2EE servlet container can be heavy in certain cases, a simple socket server is provided with Axis2. </p>
 Start scripts are inluded in the bin directory of the binary distribution.</p>
 <p>For windows</p>
@@ -126,7 +127,7 @@
  <p><b>
  Note - the directory entered as the repository loacation needs to have a services directory inside. This is
  absolutely required and AXIS will not create it automatically in the case of the simple axis server. 
- </b></p>
+ </b></p> -->
 <h2><a name="_Toc96697863"></a>Samples </h2>
 <p>There are three sample programs, which are listed below, that will be explained in this user guide and the relevant code can be found in the source directory under ../modules/samples/src/java/userguide/sample1. </p>
 <ol>