Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina.
author: Craig R. McClanahan version: $Revision: 1.30 $ $Date: 2002/07/10 09:49:01 $
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
Write the configuration information for this entire Server
out to the server.xml configuration file.
exception: InstanceNotFoundException - if the managed resource objectcannot be found exception: MBeanException - if the initializer of the object throwsan exception, or persistence is not supported exception: RuntimeOperationsException - if an exception is reportedby the persistence mechanism