Unknown macro: {next_previous_links}
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 Current »

Mashup samples demonstrate the functionality of the mashup server features.

You need Apache Ant 1.6.2 or higher  to build the samples.

The steps are as follows:

  1. Run the WSO2 Application Server by executing one of the following commands, where <PRODUCT_HOME> is the directory where you installed the product distribution:

    OSCommand
    On Windows
    <PRODUCT_HOME>\bin\wso2server.bat --run
    On Linux/Solaris
    sh <PRODUCT_HOME>/bin/wso2server.sh
  2. In a command prompt, switch to the samples directory:
    For example, in Windows: 

    cd <PRODUCT_HOME>\samples\mashupSamples\
  3. Enter the following command:

    ant

    This will copy the directories into  <PRODUCT_HOME>/repository/deployment/server/jsservices/admin  directory. If you log into the Application Server, you will see the deployed services on the running application window as mashup services (js_services).

  • No labels