Versions Compared

Key

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

...

  1. Stop the currently running Application Server.
    This is recommended, to clean the current sample database and redeploy the services.
  2. Remove the current sample database and remove existing sample data services using the following command:

    Code Block
    cd CARBONPRODUCT_HOME/samples/dataServiceSamples
    ant clean
  3. Deploy all the samples using the following command: 

    Code Block
    ant
  4. Start the Data Services Server by executing one of the following commands, where <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

Available data services samples

...