I have listeners, filters,
servlets defined in web.xml and I'd like to know what's the order for instantiatons?
Is the order starting from listener--> filter-->servlet correct?
(I have print statement in my ContextInitializedI(), so I know each time when I modified web.xml , it output the statment in console,..)
anybody can help me ?
Thanks