I am newbie to Cloud Foundry, trying to deploy application on CF. The application is Java/Tomcat based. I have application specific properties (database properties) externally (outside of war file). So, if I have to deploy my application in CF, how do I define all the external properties in CF?
You will want to inject the properties as environment variables. Popular approaches include: