Grails startup process

grails

Solution

I think that this blog post can help you.

Problem

Is there documentation anywhere describing how grails initializes? What happens when you do a `grails run-app`: What's the process [and developer hooks] of starting the servlet container, starting plugins, properties, mapping domain objects and resources which ends with the controllers initialized and serving requests?

Original source