tomcat的整体结构

详解Tomcat 配置文件server.xml

tomcat 目录结构

 

 

https://blog.csdn.net/jiaomingliang/article/details/47393141

 

Tomcat’s Architecture

Tomcat’s architecture consists of a series of functional components that can be combined according to well-defined rules.

Tomcat ArchitectureTomcat Architecture

The structure of each server installation (via these functional components) is defined in the file server.xml, which is located in the /conf subdirectory of Tomcat’s installation folder. Let’s discuss these components in detail.

 

https://howtodoinjava.com/tomcat/tomcats-architecture-and-server-xml-configuration-tutorial/

 

 

https://www.programering.com/a/MjM4cjMwATY.html

 

L'architecture de Tomcat est composée de plusieurs éléments :

  • Server
    Le serveur encapsule tout le conteneur web. Il ne peut s'exécuter qu'un seul Server dans une JVM
  • Service
    Un service regroupe des connectors et un unique engine
  • Connector
    Un connector gère les communications avec un client. Tomcat propose plusieurs connecteurs notamment Coyote pour les communications par le protocole http, JK2 pour les communications par le protocole AJP
  • Engine
    Un Engine traite les requêtes des différents Connector associés au Service : c'est le moteur de traitements des servlets.
  • Host
    Un Host est un nom de domaine dont les requêtes sont traitées par Tomcat. Un Engine peut contenir plusieurs Host.
  • Context
    Un contexte permet l'association d'une application web à un chemin unique pour un Host. Un Host peut avoir plusieurs contextes

 

http://www.jmdoudoux.fr/java/dej/chap-tomcat.htm

posted @   zzfx  阅读(237)  评论(0编辑  收藏  举报
编辑推荐:
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 一个奇形怪状的面试题:Bean中的CHM要不要加volatile?
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
阅读排行:
· 全网最简单!3分钟用满血DeepSeek R1开发一款AI智能客服,零代码轻松接入微信、公众号、小程
· .NET 10 首个预览版发布,跨平台开发与性能全面提升
· 《HelloGitHub》第 107 期
· 全程使用 AI 从 0 到 1 写了个小工具
· 从文本到图像:SSE 如何助力 AI 内容实时呈现?(Typescript篇)
点击右上角即可分享
微信分享提示