Deploying the EMS Secure 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.yml
file. Set the path to the location of the EAR file and - Save the file.
As the manifest file contains the service name, the emsssl service automatically binds to this application at deployment.
- In your Cloud Foundry environment change to the directory where you placed your EAR file.
- Run the command
cf push -f manifest.yml
To see the log output use the command
cf logs <application name> --recent
cf logs tibco.bwce.sample.palette.jms.SSL.application --recent
.If the application deploys successfully, you can see a similar output in the console log.
16:08:26.311 [PVM:In-Memory STWorkProcessor:1] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 3. Message = This is message number 3 16:08:26.315 [PVM:In-Memory STWorkProcessor:3] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 4. Message = This is message number 4 16:08:26.318 [PVM:In-Memory STWorkProcessor:5] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 5. Message = This is message number 5