Hi Antonio, I finally got this resolved. The tiles container couldn't figure out the correct context. I had multiple hosts sharing the same context (root). I had to minimize this to one host and use the UrlRewrite servlet to direct traffic to the one host through the other domain names.
In short I am not sure how tiles works for shared multiple hosts. Maybe that is an incorrect configuration. Thanks a lot for your help. Thanks, Adi Saraf On Aug 22, 2011 3:43 AM, "Antonio Petrelli" <[email protected]> wrote: > 2011/8/15 Aditya Saraf <[email protected]> > >> Also, my web.xml is configured with the following. >> >> <servlet> >> <servlet-name>tiles</servlet-name> >> >> <servlet-class>org.apache.tiles.web.startup.simple.SimpleTilesInitializerServlet</servlet-class> >> <load-on-startup>1</load-on-startup> >> </servlet> >> >> Which means that I just need a tiles.xml in my WEB-INF directory. >> > > I think that the only way to solve your problem is to debug yourself. > > Antonio
