...
Deploying Data Services Samples
Info |
---|
You need Apache Ant to build the sample 1.6.2 or higher to deploy the samples. |
- Stop the currently running Application Server.
This is recommended, to clean the current sample database and redeploy the services. Remove the current sample database and remove existing sample data services using the following command:
Code Block cd PRODUCT_HOME/samples/dataServiceSamples ant clean
Deploy all the samples using the following command:
Code Block ant
Start the Data Services Server by executing one of the following commands, where
<PRODUCT_HOME>
is the directory where you installed the product distribution:OS Command On Windows <PRODUCT_HOME>\bin\wso2server.bat --run
On Linux/Solaris sh <PRODUCT_HOME>/bin/wso2server.sh
...
For more information, on the data services samples see DSS Samples.