I should initialize the startup variables before serving the requests. Few of my variables could be initialized from local property file (say init.properties) and few would get initialized from an URL say (/getProperties). I should be able to serve requests from my engine only when all my variables gets initialised (both from local property fileRead more