Hello!
I have a cluster with two Tomcat's. When I shutdown one and the other still
active I do not want to run valueunbound in the first. How do I do that?
Basically:
If (shutdown node 1 and node 2 is Active)
then
{
do nothing;
}
else
{
business logic;
}Thanks a lot
