You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/30 12:53:48 UTC

svn commit: r469131 - /webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html

Author: chinthaka
Date: Mon Oct 30 03:53:47 2006
New Revision: 469131

URL: http://svn.apache.org/viewvc?view=rev&rev=469131
Log:
Wrapping up the sample with updates to the documentation. Need to do another round of testing.

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html

Modified: webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html?view=diff&rev=469131&r1=469130&r2=469131
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html Mon Oct 30 03:53:47 2006
@@ -92,12 +92,21 @@
 </p>
 
 <h2>
-    Running the Client.
+    Deploying the Service
 </h2>
 
 <p>
-    Deploy the service archive (BankService.aar) to the Axis2 web application.
+    Deploy the service archive (BankService.aar) to the Axis2 server and start the server. You need
+    to copy BannkService.aar in to repository/services/ folder. Then go to bin folder and run either
+    of axis2server.bat or axis2server.sh, depending on your platform to startup Axis2 server.
 </p>
+
+<p>With the default configuration, if you go to <a href="http://localhost:8080/axis2/">
+    http://localhost:8080/axis2/</a> you should see BankService was deployed. </p>
+
+<h2>
+    Running the Client.
+</h2>
 
 <p>
     Invoke the <em>example.BankClient</em> class. You may use the command scripts to do so.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org