Monday, August 20, 2012

Can we define dispatcher servlet more than once in Web.xml?

A web application can define any number of DispatcherServlets. Each servlet will operate in its own namespace, loading  its own application context with mappings, handlers, etc. Only the root application context as loaded by   ContextLoaderListener, if any, will be shared.

No comments:

Post a Comment