From: Dominik P. <dpo...@re...> - 2008-01-23 13:49:10
|
Hello, is there a way how to determine deployment termination status outside of SF environment? I want to achaive something like this: 1) call sfStart shell script 2) block until component terminates 3) check component TerminationRecord (normal/abnormal) Currently, I am periodically checking if component is still alive using sfDiagnostics. But I am not able to catch component termination status. I can easily do this by adding some notification code to sf components. But I really want to implement this mechanism generally, working for all components. Thanks a lot, - Dominik |