Home > Guides > Core Developers Guide > Application Servers > Glassfish 2.x |
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!