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/06/07 11:27:46 UTC

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

Author: ajith
Date: Tue Jun  7 02:27:44 2005
New Revision: 188737

URL: http://svn.apache.org/viewcvs?rev=188737&view=rev
Log:
making trivial changes

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?rev=188737&r1=188736&r2=188737&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Tue Jun  7 02:27:44 2005
@@ -690,8 +690,10 @@
 <h2>Tools</h2>
 <p>Axis2 is shipped with two standard tools. Both the tools are Eclipse 
 plug-ins, the Codegen tool even has the accompanying Ant task and the command 
-line tool. Documentation for the code generator tool is available at the
-<a href="CodegenToolReference.html">Codegen wizard guide</a>.</p>
+line tool.  </p>
+<p>Documentation for the code generator tool is available for the
+<a href="CodegenToolReference.html">Codegen wizard</a> and the
+<a href="CodegenToolReference.html">Service Archiver</a>.</p>
 <hr/>
 <p>&nbsp;</p>
 <h2>Configuring Transports</h2>
@@ -719,8 +721,7 @@
   </p>
   
   <code>
-  <pre>
-   &lt;transportSender name="mail" class="org.apache.axis.transport.mail.MailTransportSender"&gt;
+  <pre>   &lt;transportSender name="mail" class="org.apache.axis.transport.mail.MailTransportSender"&gt;
         &lt;parameter name="transport.mail.smtp.host" locked="xsd:false"&gt;smtp server host&lt;/parameter&gt;
         &lt;parameter name="transport.mail.smtp.user" locked="xsd:false"&gt;user name&lt;/parameter&gt;
         &lt;parameter name="transport.mail.smtp.password" locked="xsd:false"&gt;password&lt;/parameter&gt;
@@ -734,8 +735,7 @@
   
   <p>You need a mail address that has pop access, the mail Listener can be activated by adding following entry to the server.xml file or client.xml file or in both.</p>
   
-  <code><pre>
-  &lt;transportReceiver name="mail" class="org.apache.axis.transport.mail.SimpleMailListener">
+  <code><pre>  &lt;transportReceiver name="mail" class="org.apache.axis.transport.mail.SimpleMailListener">
         &lt;parameter name="transport.mail.pop3.host" locked="xsd:false"&gt;pop server host&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.user" locked="xsd:false"&gt;user name&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.password" locked="xsd:false"&gt;password&lt;/parameter&gt;
@@ -752,8 +752,7 @@
   <p>Download the <a href="http://james.apache.org/">Apache James</a> and start the James, connect to the James via telnet for administrator James with following code
 </p>
   <code>
-  <pre>
-  $telnet 127.0.0.1 4555
+  <pre>  $telnet 127.0.0.1 4555
   Trying 127.0.0.1...
 Connected to localhost.localdomain (127.0.0.1).
 Escape character is '^]'.
@@ -769,8 +768,7 @@
 
   <p>add users to the James</p>
   <code>
-  <pre>
-adduser axis2-server axis2
+  <pre>adduser axis2-server axis2
 User axis2-server added
 adduser axis2-client axis2
 User axis2-client added