startService
Command Reference
Description
starts the service
Usage
ctl -t TomcatServer -o <objectname> -c startService [-basedir <>] [-install_root <>] [-java_home <>] [-javaoptions <>] [-newenvironment <>] [-path <>] [-timeout <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | catalina base | string | ${entity.attribute.catalinaBase} |
| install_root | catalina home | string | ${entity.attribute.catalinaHome} |
| java_home | jre install dir | string | ${entity.attribute.javaHome} |
| javaoptions | Java options | string | ${entity.attribute.javaOptions} |
| newenvironment | Whether or not to start Tomcat with a new environment | string | ${entity.attribute.tomcatNewEnvironment} |
| path | PATH to use with Tomcat | string | ${entity.attribute.tomcatPath} |
| timeout | timeout in seconds | string | ${entity.attribute.timeout} |


