I am working on adding SMF support to GlassFish. It is all working fine but I have one question:
Say that SMF has my service "online". I kill it externally with the kill command. SMF notices nd restarts it for me as expected. Now I try the opposite: SMF has the service "disabled". I start the app externally. SMF does not seem to notice. I think this is probably beyond the design of SMF but I would like to verify: *** Is there a way for SMF to automagically notice and take control of the externally started app? ****