This documentation is for WSO2 Data Services Server 3.2.0. View the home page of the latest release.

Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Before you run DSS samples, there are some data service configuration files (.dbs) to be deployed on the server. Also, if a data service contains a services.xml file, it should also be deployed alongside the .dbs file. Follow the instructions below to deploy and set them up.

  1. Stop any Data Services Server instances that are running. This is recommended in order to clean the current sample database and redeploy the services.
  2. Clean the current sample database and existing sample data services using the following commands:
    • # cd <DSS_HOME>/samples
    • # ant clean
  3. Deploy all samples by navigation to <DSS_HOME>/samples and running ant command. 
  4. Start the Data Services Server.
    • # cd CARBON_HOME/bin
    • # wso2server.bat on Windows and wso2server.sh on Linux
  • No labels