deepal      2005/07/04 21:15:57

  Modified:    targets/axis2 userguide.html
  Log:
  chahged Axis2 M2---> Axis2 0.9
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.11      +2 -2      ws-site/targets/axis2/userguide.html
  
  Index: userguide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis2/userguide.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- userguide.html    5 Jul 2005 03:58:51 -0000       1.10
  +++ userguide.html    5 Jul 2005 04:15:57 -0000       1.11
  @@ -53,7 +53,7 @@
   </p></div><div class="subsection"><a 
name="Samples"></a><h3>Samples</h3><p>In this section of the user guide we will 
look at how to write and deploy Web Services and how to write Web Service 
Clients using Axis2. All the 
   user guide samples are located at the <b> <span class="style9">
   <font color="#000000">"samples/userguide/src"</font></span></b> directory 
  -of the binary distribution. So.. let's  explore the samples.</p><p>Note: 
Please note that the rest of this user guide assumes that the user has 
downloaded the binary distribution of Axis2. If you have already downloaded the 
source tree of Axis2 then please create the binary distribution by simply using 
the maven command <strong>maven dist-bin </strong>This will create the 
"axis2-M2-bin.zip" and "axis2-M2-bin.tar"  in the "target/dist" directory. 
Extract the zip or the tar ball to any 
  +of the binary distribution. So.. let's  explore the samples.</p><p>Note: 
Please note that the rest of this user guide assumes that the user has 
downloaded the binary distribution of Axis2. If you have already downloaded the 
source tree of Axis2 then please create the binary distribution by simply using 
the maven command <strong>maven dist-bin </strong>This will create the 
"axis2-0.9-bin.zip" and "axis2-0.9-bin.tar"  in the "target/dist" directory. 
Extract the zip or the tar ball to any 
   directory in your machine and for the explanations purposes we will name 
this 
   directory as "Axis2Home". </p></div><div class="subsection"><a 
name="Web_Services_Using_Axis2"></a><h3>Web Services Using Axis2</h3><p>Before 
starting, please check whether you have deployed the "axis2.war" in your 
servlet container and it is working 
   properly. (See 
  @@ -259,7 +259,7 @@
   above service (i.e. one level up in the directory structure shown above) and 
   type the following command in a command line.</p>
       <div class="source"><pre><pre>
  -jar -cf echo.jar .
  +jar -cf echo.aar .
   </pre></pre></div>
     <p>Deploying the serviceĀ  is just a matter of 
   dropping the ".aar" in to "services" directory that can be found in 
  
  
  

Reply via email to