Versions Compared

Key

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

...

From the base directory of the sample (<PRODUCT<CARBON_HOME>\samples\Jaxws-Jaxrs\<JAX-RS-Sample-Folder>), the maven pom.xml file can be used to build and run the demo. To determine <JAX-RS-Sample>, see JAX-RS Sample Folder.

...

  1. Build the demo and create a WAR file.

    Code Block
    mvn clean install ()

     

    Start the WSO2 Application Server by executing one of the following commands, where  <PRODUCT<CARBON_HOME>  is the directory where you installed the product distribution:

    OSCommand
    On Windows
    <PRODUCT<CARBON_HOME>\bin\wso2server.bat --run
    On Linux/Solaris
    sh <PRODUCT<CARBON_HOME>/bin/wso2server.sh  
  2. Deploy the generated WAR file on WSO2 AS with the related logs on the console.

    Code Block
    mvn -Pdeploy
  3. Run the client

    Code Block
    mvn -Pclient

...