Setting up the HTTP and JMS connectivity sample

You use the samples console to set up this sample.

Procedure

  1. Switch to the Samples Console perspective.
  2. Start the sample server by clicking the Start the sample server icon in the Sample Server view, and wait until the Server cisDev started message is displayed in the Console view.
  3. In the Samples and Tutorials view, click View sample commands for the HTTP and JMS Connectivity sample.
  4. Double-click deploy. This command
    • Exports the solution to a deployable archive file (.esa)
    • Deploys the solution to the cisDev server by using the solutionManager command
    • Deploys the connectivity to the cisDev server by using the connectivityManager command
    • Builds the web application that sends and receives events, and deploys it to the cisDev server
  5. Wait for the Console view to display BUILD SUCCESSFUL.
  6. In the Sample Server view, click Insights sample server > View the deployed solutions by using the REST API, and accept any security exceptions. If the solution is deployed, the following XML is displayed in a browser:
    <solutions>
      <solution name="ConnectivitySolution" version="ConnectivitySolution-0.0"/>
    </solutions>

    If the preceding XML is not displayed, wait a few moments and try again. The solution must be deployed before you run the sample. Depending on your computer, it might take a while before the solution is deployed.