> Does this mean that TC 4.0b7's web.xml parsing is not backwards
> compatible to the older webapp format? This sounds like a bug, not a
> feature. I'm using a webapp that just "runs" dropped into a TC 3.2.x
> installation straight out of the struts distribution.
I tried it, and the error is confusing. Actually, the problem is caused
because there's no XML parser (which is only mentioned in the logs).
After I add one, the app works fine, and the messages are displayed
correctly (so the properties file gets correctly loaded).
Remy