Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Point users toward more correct plans

...

For this you can use any geronimo server such as geronimo-framework. After starting geronimo, run ./bin/gsh deploy/list-modules in another terminal window and follow the instructions. Installing a sample plugin will install the sample database plugin and all other dependencies such as the required web container. Alternatively if you build using mvn clean install Pit you can find a server with the sample installed in directories such as <sample>/<sample>-jetty/target/geronimo-framework<version>/.

Deploying samples as javaee artifacts.

Many samples also include a suitable geronimo plan allowing you to deploy them as javaee applicationsAfter building the sample projects you can find suitable geronimo plans for a sample <sample> in <sample>/<sample>-jetty/target/resources/META-INF/plan.xml (or the equivalent -tomcat directory). For most samples you will need to install the sample database plugin first. Samples can be deployed from the admin console "deploy new" on a suitable server or using gshell ./bin/gsh deploy/deploy. Note that in this case you need to start with a server with all the required bits already installed, not the framework server. Since this installation method is not tested automatically it is more likely to be broken that the plugin method.

...