Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina.
author: Craig R. McClanahan version: $Revision: 1.29 $ $Date: 2004/05/28 02:51:39 $
Prepare for the beginning of active use of the public methods of this
component. This method should be called before any of the public
methods of this component are utilized. It should also send a
LifecycleEvent of type START_EVENT to any registered listeners.
exception: LifecycleException - if this component detects a fatal errorthat prevents this component from being used
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component. It should also send a LifecycleEvent
of type STOP_EVENT to any registered listeners.
exception: LifecycleException - if this component detects a fatal errorthat needs to be reported
storeConfig
public synchronized void storeConfig() throws Exception(Code)