...
Code Block |
---|
run mvn clean |
Using Apache Ant
To deploy the sample service on the server run the following command, from the
<PRODUCT_HOME>\samples\Jaxws-Jaxrs\<JAX-RS-Sample-Folder>
directory. To determine <JAX-WS-Sample>, see JAX-WS Sample Folder.Code Block ant
- Start the application server and access its Management Console at https://localhost:9443/carbon.
- On the Main menu, under Services, click List.
The Deployed Services window will appear. - Click on the respective JAX-RS sample (e.g., async_jaxws).
Execute one of the following commands to run the client:
OS Command On Windows run-client.bat
On Linux/Solaris sh run-client.sh
- Try the sample with different QoS options that appear on its dashboard.
For different options run:
Code Block sh run-client.sh -help
...