You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
teja463 edited this page Nov 28, 2017
·
1 revision
You can Configure dispatcher servlet using the web.xml.
From Servlet 3.0+ environment, you also have the of configuring the Servlet container programmatically. You can do that by implementing the interface WebApplicationInitializer or by extnding the abstract class AbstractDispatcherServletInitializer.