Tomcatのサービスアーキテクチャとリクエストルーティングメカニズム
StandardServerのinitInternalメソッドが実行される際、StandardService#initが呼び出され、その後initInternalメソッドが実行されます。
protected void commenceInternal() throws LifecycleException {
if(logger.isInfoEnabled())
logger.info(messageUtil.getString("service.commence.identifier", this.identifier));
setPhase(Lifecyc ...
6月1日 23:38 投稿