Glassfish 2.x
Convention plugin support
To have proper support of the Convention Plugin in Glassfish 2.x when packed as EAR archive add the following constant to struts.xml
<constant name="struts.convention.exclude.parentClassLoader" value="false" />
Thanks to pavpal!