Versions Compared

Key

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

...

  1. link to section declare a dependency on the "pluto-portal"
  2. link to section define an ACEGBean. )
    Note
    titleWhat should be in my deployable archive (WAR or CAR
    )?
    1. A geronimo-web.xml file which:
      1. declares the dependency on the pluto-portal
      2. declares the ACEGBean
    2. (Optional)
      1. Your portlets
      2. Your portlets + your related component

...

Add your modified "geronimo-web.xml" deployment plan to your WAR or CAR in the WEB-INF folder. Also, if you are including portlets, your archive file should contain the appropriate class files as well as the "web.xml" and "portlet.xml" files.

Note
titleWhat is an example structure for a simple war?
  • HelloWorldPortlet.war
    • WEB-INF/
      • classes/
        • (portlet class files)
      • geronimo-web.xml
      • portlet.xml
      • web.xml

Deploying the application

...