Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are running your application on Glassfish 3 (which already contains Apache Felix) you must specify platform struts.osgi.host, like below:

Code Block
xml
xml
<context-param>
    <param-name>struts.osgi.platform<host</param-name>
    <param-value>Glassfish</param-value>
</context-param>

...