Page 1 of 1

A developers application is falling to work correctly in IBM Bluemix PaaS. The developer is unsure if the problem is cau

Posted: Fri Aug 26, 2022 9:59 am
by answerhappygod
A developers application is falling to work correctly in IBM Bluemix PaaS. The developer is unsure if the problem is caused by a bad environment value or a bug in the code. How should they proceed?

A. Rebind the service associated with VCAP_SERVICES.
B. Usecf env <app_name>to get all the environment variables forthe application.
C. Delete the service associated with VCAP_SERVICES and recreate it without rebinding.
D. Usecf set-env <app_name>to set all environment variables to null for the application.