Versions Compared

Key

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

...

The HelloWorldEar application's content can be described as follows:-

  • src-HelloWorld servlet
  • web-JSP
  • build -where all the build outputs go and it contains sub folders such as; src ,war,ear,deploymentdescriptors.
  • build.xml-The build file is also attached in the source bundle. In order to run this build file,change the class paths and <geronimo_home> as relevant to your environment.
  • helloworld.ear - This is the final distribution of the application and it will be created at the root folder as shown.
    Source code can be downloaded from here

HelloWorldEar EAR Sample

Here is the application.xml for the above application

...