Hi,
We have an application, we're working on. When deploying locally it fires up in a few minutes. However, when deployed to our shared development environment, each operation Spring does during start-up of the app, takes exactly 2 seconds. Or maybe it's the other way around: for every operation Spring does during start-up, it allocates 2 seconds to finish that operation.
Why is this happening? We're using
Tomcat 8 and a fairly straightforward Spring MVC application.
Any clues?
They say you have to be the first, the best or different. I say, is it too much to ask for all three.