Versions Compared

Key

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

...

Work Out Deployment Plans with Samples

Assumptions

It 's (It is ) assumed that you have installed the either (T)tomcat or the (J)jetty version of Geronimo (v1.1)V1.1 successfully and it is working. Please find the further details to get the software and install it.(need to direct the link to Installation Guide and the User Guide)

...

  • src-HelloWorld servlet
  • web-JSP
  • build -where all the build out puts (outputs) go and it contents (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 and if somebody want to run this build file it's required to change the class paths and (geronimo_home)Geronimo Home as relevant to your environment.
  • helloworld.ear - This is the final distribution (of)for the application and it will (be created) create at the root folder as shown.
    Source code can be downloaded from here

HelloWorldEar EAR Sample (spelling .. please check)
Here is the application.xml for the above application

...