On 11/28/06, quinmeda1 <[EMAIL PROTECTED]> wrote:
A little more info.... The following exception is thrown when trying to start the app with the listener: 2006-11-28 10:44:15 StandardContext[/myapp]Exception sending context initialized event to listener instance of class org.apache.struts2.tiles.StrutsTilesListener java.lang.NoClassDefFoundError: org/apache/tiles/TilesContainer
Just as a historical note, I've been misled by NoClassDefFoundError before. It is not necessarily talking about this class itself (TilesContainer) -- that would normally give you ClassNotFoundException instead. It is more likely to be a missing class that is *imported* by TilesContainer. Craig