ControlTier > elements
 

Deploy

Command Reference

Description

Run the service deployment cycle, stopping, unconfiguring, installing package dependencies, installing the dependent Service, and configuring and the starting the service. .

This implementation overrides the default Deploy command to insert the Service-Install command after the Packages-Install command. This allows the JavaServiceWrapper object to perform selective parts of the normal Deploy workflow for its dependent Service child, without invoking the normal Start and Stop lifecycle commands for the Service.

The JavaServiceWrapper's Start and Stop commands invoke the Tanuki Software Java Service Wrapper start/stop commands, which invoke the Windows Service management operations to directly start or stop the underlying Java based Service software.

Usage

ctl -t JavaServiceWrapper -o <objectname> -c Deploy

Workflow

  1. Stop
  2. Remove
  3. Packages-Install
  4. Service-Install
  5. Configure
  6. Add
  7. Start