Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

Code Block
<constant name="struts.convention.exclude.parentClassLoader" value="false" />

Thanks to pavpal!