Author: chamara Date: Thu Jan 22 04:09:54 2009 New Revision: 29248 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29248
Log: Document updated. Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml?rev=29248&r1=29247&r2=29248&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml Thu Jan 22 04:09:54 2009 @@ -37,9 +37,9 @@ <ol> <li>Start the WSO2WSAS server</li> <li>Switch to the xfer-sample directory</li> - <pre>e.g. cd C:\wso2wsas-2.1\samples\xfer-sample</pre> + <pre>e.g. cd C:\wso2wsas-2.1\samples\xfer</pre> <li>Type ant and press enter</li> - <pre>e.g. C:\wso2wsas-x.x\samples\xfer-sample>ant</pre> + <pre>e.g. C:\wso2wsas-x.x\samples\xfer>ant</pre> </ol> @@ -48,18 +48,18 @@ steps</p> <ol> - <li>Log in</li> - <li>Click on the Services link in the Manage section on the left hand + <li>Log in to WSAS Console</li> + <li>Click on the List link in the Manage\services section on the left hand side panel.</li> <p>You will see CustomerService service has been already deployed.</p> - <li>Click on the CustomerService link</li> - <li>Clink on the Manage Module link</li> + <li>Click on the CustomerService link in deployed services table</li> + <li>Clink on the Module link in service management page.</li> <li>Select wso2xfer from the drop down list and click the engage button</li> </ol> <h2>RUNNING THE CLIENT</h2> <ol> - <li>Switch to xfer sample directory</li> + <li>Switch to xfer sample directory in terminal</li> <li>Run run-client.bat (or run-client.sh if you are in Linux)</li> <li>The results will be printed to the console.</li> </ol> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
