Our system has Struts with Tiles and Spring already running well.

We start to use Spring MVC with Tiles and want the Struts at the same time.

How to let Spring MVC have its own tiles configuration file in its xxx-servlet-xml and leave Struts's in web.xml?

I tried and it seems that the system will load either from web.xml or xxx-servlet-xml, which is in the first servlet to load.

Thanks.