Spring MVC documentation says that it is possible to have several DispatcherServlets in a Web application, each one would have a separate context. I wonder in which situation this would be useful? Also, why separated contexts? Could someone give some insight about this?
Thx in advance.
Please follow this question.
Can I use Spring MVC and Spring WS in one single application?
This should answer your question.
Please follow another question
Spring – When should I consider loading another context in same JVM?
This should answer your second question.