...
Run the WSO2 Application Server by executing one of the following commands, where
<CARBON<PRODUCT_HOME>
is the directory where you installed the product distribution:OS Command On Windows <CARBON<PRODUCT_HOME>\bin\wso2server.bat --run
On Linux/Solaris sh <CARBON<PRODUCT_HOME>/bin/wso2server.sh
In a command prompt, switch to the samples directory. To determine <Axi2-Sample>, see Axis2 Sample Folder.
For example, in Windows:
Code Block cd <CARBON<PRODUCT_HOME>\samples\<Axi2-Sample>\
Enter the following command:
Code Block ant
...