Hello I two different deployment of Tomcat with an app that work fine in 5.0.27 but fails in 5.0.28. Looking at the startup the only difference I can see this time is that the 5.0.27 loads this: org.apache.struts.tiles.TilesPlugin initDefinitionsFactory
and the 5.0.28 does not. Is there a way of making the startup of 5.0.28 equivalent to 5.0.27? Is it just copy over the web.xml? Ideas? tia.