Versions Compared

Key

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

...

<geronimo_home>/bin/deploy <general_options> redeploy <--targets target> <module> <deployment_plan>

...

Typically, both a module and a plan are specified. If the module contains a plan or if a default plan can be used, the plan can be omitted. However, if a plan is specified in this case, it overrides the other plans. If the plan references a server component already deployed in the server's environment, the module is omitted. you can use --targets option only for clustering redeployment. For clustering redeployment you can find the target with list-targets command. Copy the one with the name as MasterConfigurationStore and use it as a target variable.

Back to top

Start

Use the start command to start a previously deployed module. The start command has the following syntax:

...