Managers will be restarted on Context reload
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@949807
13f79535-47bb-0310-9956-
ffa450edef68
cluster.removeManager(this);
this.random = null;
-
- setState(LifecycleState.MUST_DESTROY);
}
@Override
this.random = null;
getCluster().removeManager(this);
replicationValve = null;
-
- setState(LifecycleState.MUST_DESTROY);
}
// ----------------------------------------- PropertyChangeListener Methods
// Require a new random number generator if we are restarted
this.random = null;
-
- setState(LifecycleState.MUST_DESTROY);
-
}