Deploying the Application
The following steps describe how to deploy the application to your Cloud Foundry environment using the cf command line interface tool.
- Procedure
- Log into your Cloud Foundry environment using the cf command-line interface.
- Copy the manifest file from the samples directory to the location where you placed your EAR file in the previous section.
- Edit the
path variable in the
manifest.ymlfile. Set the path to the location of the EAR file and Save the file.As the manifest file contains the service name, the service will automatically bind to this application at deployment. - In your Cloud Foundry environment change to the directory where you placed your EAR file.
- Execute the following command
.cf push -f manifest.yml
To see the log output use the command
cf logs <application name> --recent.For example,
cf logs tibco.bwce.sample.binding.soap.http.StockQuote.application --recent