前言

整理这个官方翻译的系列,原因是网上大部分的 tomcat 版本比较旧,此版本为 v11 最新的版本。

开源项目

从零手写实现 tomcat minicat 别称【嗅虎】心有猛虎,轻嗅蔷薇。

系列文章

web server apache tomcat11-01-官方文档入门介绍

web server apache tomcat11-02-setup 启动

web server apache tomcat11-03-deploy 如何部署

web server apache tomcat11-04-manager 如何管理?

web server apache tomcat11-06-Host Manager App – Text Interface

web server apache tomcat11-07-Realm Configuration

web server apache tomcat11-08-JNDI Resources

web server apache tomcat11-09-JNDI Datasource

web server apache tomcat11-10-Class Loader

# 负载均衡器使用指南

使用 JK 1.2.x 原生连接器

请参考 JK 1.2.x 文档。

使用带有 mod_proxy 的 Apache HTTP Server 2.x

请参考 Apache HTTP Server 2.2 的 mod_proxy 文档。该模块支持 HTTP 或 AJP 负载均衡。新版本的 mod_proxy 也可以与 Apache HTTP Server 2.0 一起使用,但是 mod_proxy 必须使用来自 Apache HTTP Server 2.2 的代码单独编译。

参考资料

https://tomcat.apache.org/tomcat-11.0-doc/cluster-howto.html