MyApp is a web app that contains a properties file (server.properties) that describes config data (e.g. server names) for the app. In the development phase
Load the properties in the jar. Then create a new Properties using the jar-ed properties as the defaults. Then load from outside the jar. This allows select customization of properties.