Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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:

    OSCommand
    On Windows
    <CARBON<PRODUCT_HOME>\bin\wso2server.bat --run
    On Linux/Solaris
    sh <CARBON<PRODUCT_HOME>/bin/wso2server.sh           
  2. 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>\
  3. Enter the following command:

    Code Block
    ant

...