Author: ruwan
Date: Mon Oct 22 21:21:51 2007
New Revision: 587384

URL: http://svn.apache.org/viewvc?rev=587384&view=rev
Log:
Applying Upul's patch on the docs issue SYNAPSE-141

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL: 
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?rev=587384&r1=587383&r2=587384&view=diff
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html 
(original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Mon 
Oct 22 21:21:51 2007
@@ -1494,10 +1494,10 @@
 <p>Start three instances of sample Axis2 server on HTTP ports 9001, 9002 and
 9003 and give some unique names to each server.</p>
 
-<p>Example commands to run sample Axis2 servers in Linux is listed below:</p>
-<pre>axis2Server.sh -http 9001 -https 9005 -name MyServer1
-axis2Server.sh -http 9002 -https 9006 -name MyServer2
-axis2Server.sh -http 9003 -https 9007 -name MyServer3</pre>
+<p>Example commands to run sample Axis2 servers from the &lt;synapse 
installation directory&gt;/samples/axis2Server directory in Linux are listed 
below:</p>
+<pre>./axis2server.sh -http 9001 -https 9005 -name MyServer1
+./axis2server.sh -http 9002 -https 9006 -name MyServer2
+./axis2server.sh -http 9003 -https 9007 -name MyServer3</pre>
 
 <p>Now we are done with setting up the environment for load balance sample.
 Start the load balance and failover client using the following command:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to