Versions Compared

Key

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

...

Geronimo comes with deploy scripts and batch files to deploy J2EE modules or applications. You can use the scripts or simply invoke the executable jar by running the following command (note that you need to start Geronimo first):

Wiki Markup
*{{<geronimo_home>/bin/java -jar deployer.jar deploy my-web-app.war \[deploy plan]}}*

You will need to use the username "system" and password "manager" unless you customized those during the install process. The deployment plan argument is optional – you can pack a deployment plan into the application module, provide it on the command line, or in some cases omit it entirely.

...

For more information on the commands and options supported by the deploy tool, run from within the Geronimo directory <geronimo_home>/bin:

Wiki Markup
*{{java -jar deployer.jar help \[command]}}*

You can also graphically deploy applications and resources via the Geronimo Administration Console available at http://localhost:8080/console/

...