By default your Play application will be fully started (compiled, Global
's onStart
called, etc.) only after you do http request to it.
Is there a way to disable this lazy load and make Play app compile code and do startup once application process is run?
PS: I am using Play 2.3.
UPDATE: As Ryan pointed out lazy load happens only in dev. mode. Nevertheless I still need to disable it, despite this is relevant only to apps running in dev. mode.