examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/core/StandardServer.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    54 /**
    54 /**
    55  * Standard implementation of the <b>Server</b> interface, available for use
    55  * Standard implementation of the <b>Server</b> interface, available for use
    56  * (but not required) when deploying and starting Catalina.
    56  * (but not required) when deploying and starting Catalina.
    57  *
    57  *
    58  * @author Craig R. McClanahan
    58  * @author Craig R. McClanahan
    59  * @version $Id: StandardServer.java,v 1.4 2015-01-28 02:10:53 vrany Exp $
    59  * @version $Id: StandardServer.java,v 1.5 2015-03-20 12:08:04 vrany Exp $
    60  */
    60  */
    61 public final class StandardServer
    61 public final class StandardServer
    62     implements Lifecycle, Server, MBeanRegistration 
    62     implements Lifecycle, Server, MBeanRegistration 
    63  {
    63  {
    64     private static Log log = LogFactory.getLog(StandardServer.class);
    64     private static Log log = LogFactory.getLog(StandardServer.class);