Versions Compared

Key

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

...

There are some additional configurations that are necesary in order to get the sample J2EE enterprise application up and running. Here is an outline of how to deploy the J2EE enterprise application in a running Geronimo 2.0 x instance:
1) Add j2ee.jar file to your classpath.
2) Use the Geronimo/Tomcat distribution.
3) Create the database pool (CustomerServicePool).
a. Manually create and deploy the deployment test plan file.
b. Update deployment version for the CustomerServicePool.
c. Update dependency version number.
d. Update deployment descriptor.
4) Deploy and test the application.

...

Modify application.xml deployment descriptor file to be compatible with Geronimo 2.0 x requirements.

After running the previous deploy command, yet another error can then be found in the geronimo.log file: 

...

Using the following steps, we can successfully deploy the J2EE enterprise application in a running Geronimo 2.0 x instance:
1) Add j2ee.jar file to your classpath.
2) Use the Geronimo/Tomcat distribution.
3) Create the database pool (CustomerServicePool).
a. Manually create and deploy the deployment test plan file.
b. Update deployment version for the CustomerServicePool.
c. Update dependency version number.
d. Update deployment descriptor.
4) Deploy and test the application.