Questions tagged [pivotal-web-services]
92 questions
-1
votes
1 answer
Pivotal Cloud Foundry Plus MySql DB
I have a running web-service application on Pivotal Cloud Foundry.
I have added a service to it which is MySql DB and I bind it with web service application.
My Question is how to get the data source of My Sql db with Java API Plus Cloud Foundry…

IMNash
- 25
- 1
- 1
- 9
-1
votes
1 answer
The 4 levels of High Availability in PCF, does BOSH handles failed instances or monit?
According to me, as it is mentioned in PCF's 4 levels of High Availability, when an instance(process) fails, the Monit should recognize it and shourd restart it. And then it'll just send the report to BOSH. But if the whole VM goes down, it's BOSH's…