Signals a running Tomcat server to shutdown.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...
- The
JAVA_HOME
environment variable must be set to a supported JDK for the version of Tomcat being used. - The
FDTOM_CATALINA_BASE
property must be set to the value of theCATALINA_BASE
environment variable if using a multi-server Tomcat configuration. - The Tomcat user specified by property property
FDTOM_USERNAME
must must be granted the manager (Tomcat 6.0.x) or manager-script (Tomcat 7+) role.
If the stopServer
operation is invoked on a server in the stopped status an error will be logged, but that error will be ignored.