Controlling the Java EE Service on UNIX
The service is distributed as a zip file and must be extracted before it can be used. After you have extracted the files from the archive into a directory (it must be a directory different than the TMTM Extensible Agent directory), change to that directory and use the commands in the following table to control the components from the command line. For example, btmjeesvc.sh --start starts the BTM Java EE service.
Command extensions | Use to... |
|---|---|
--console | Run the extension program in the foreground, displaying log messages as they are generated. It is useful when trying to locate or troubleshoot problems. |
--help | List the available command line options (this list) and short descriptions. |
--start | Start the service. |
--status | Provides an execution status for the service. |
--stop | Stops the service. |
Ctrl+c | Stop the service. Same as --stop. |