Can some one give me a link for multiple dispatcher servlet example?. I am trying to run two applications in a single Spring MVC. I have checked different examples in google and written everything in web.xml, wrote two *-servlet.xml files. I have different jsp pages. Specified different url's for the application. But still one of the application is not running?
Any brief example link or can anyone atleast tell me the configuration files required when writing two dispatcher servlets in a Spring MVC.
Thank You Sam