import org.apache.catalina.core.StandardService;
import org.apache.catalina.loader.WebappLoader;
import org.apache.catalina.security.SecurityConfig;
-import org.apache.catalina.util.LifecycleBase;
import org.apache.catalina.util.LifecycleSupport;
import org.apache.juli.logging.Log;
import org.apache.juli.logging.LogFactory;
/**
* Start nested components ({@link Connector}s and {@link Engine}s) and
- * implement the requirements of {@link LifecycleBase#startInternal()}.
+ * implement the requirements of
+ * {@link org.apache.catalina.util.LifecycleBase#startInternal()}.
*
* @exception LifecycleException if this component detects a fatal error
* that prevents this component from being used
/**
* Stop nested components ({@link Connector}s and {@link Engine}s) and
- * implement the requirements of {@link LifecycleBase#stopInternal()}.
+ * implement the requirements of
+ * {@link org.apache.catalina.util.LifecycleBase#stopInternal()}.
*
* @exception LifecycleException if this component detects a fatal error
* that needs to be reported