Hi saoj,
well I 've not seen the line in Controller where the ApplicationManager is init'ed
Code:
56: appManager.init(new ApplicationContext(sc));
That's why I proposed to override the Controller class (to have access to the ServletConfig) , but your idea will work perfectly.
Thanks.
nioTo