The application resource is the resource where MCCS can start or terminate the program and monitor the status. It is similar to the process resource. But, it can achieve more complex process and combination by using scripts beside general process execution. In addition, the application resource can set the execution path for starting, terminating or monitoring. We execute the programs by using the batch scripts because we can handle everything even if the name of start program is different from the name of running process as in the case of service applications. Sometimes, in the list of running processes, we need to monitor (response test) whether the process is providing proper service as well as monitoring the existence of process (existence test). To process such tasks flexibly, we can use the batch scripts. In the application resource, you can enter the scripts. Just like the process resource, the applications can basically run on the root account, but by using User attributes, you can run it on a specific user account. |