scottfrederick / cf-java-http-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-java-http-test

This is a trivial app used to demonstrate an app running on CF talking to CC on the same platform.

Build

  1. Using Gradle, build and package the application:

    $ ./gradlew clean assemble

Deploy to Pivotal Cloud Foundry

  1. Edit the manifest.yml file in the project to configure the details of the CF platform the app is running on.

  2. Push the app to CF

    $ cf push

Test the Application

  1. In a terminal window, run cf logs cf-java-http-test to view the logs of the app. The app will log the results of periodic calls to CC.

About


Languages

Language:Java 100.0%