The Apache Tomcat Servlet/JSP Container

아파치 톰캣 7

Version 7.0.28-dev, Oct 2 2013
Apache Logo

Links

Contents

시작

Server Startup

This page describes how the Tomcat server starts up. There are several different ways to start tomcat, including: 이 페이지는 Tomcat 서버가 시작하는 방법에 대해 설명합니다. Tomcat을 시작하는 몇가지 방법이 있습니다

  • From the command line.
  • 명령줄에서 시작합니다.
  • From a Java program as an embedded server.
  • 임베디드 서버에서 자바서버로 시작합니다.
  • Automatically as a Windows service.
  • Windows 서비스로 시작합니다.

description

A text description of the startup procedure is available 시작 프로 시저의 텍스트 설명을 사용할 수 있습니다 here.

diagram

A UML sequence diagram of the startup procedure is available 시동 절차의 UML 시퀀스 다이어그램을 사용할 수 있습니다 here.

comments

The startup process can be customized in many ways, both by modifying Tomcat code and by implementing your own LifecycleListeners which are then registered in the server.xml configuration file. 시작 프로세스는 Tomcat code를 수정하여 자신만의 구성 파일을 구현하여 두 다음 server.xml에 등록되어 LifecycleListeners 여러 방법으로 사용자 정의할 수있다.


Copyright © 1999-2013, Apache Software Foundation