web server apache tomcat11-26-maven jars

前言

整理这个官方翻译的系列,原因是网上大部分的 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

web server apache tomcat11-11-Jasper 2 JSP Engine

web server apache tomcat11-12-SSL/TLS Configuration

web server apache tomcat11-13-SSI

web server apache tomcat11-14-CGI

web server apache tomcat11-15-proxy

web server apache tomcat11-16-mbean

web server apache tomcat11-17-default-servlet

web server apache tomcat11-18-clusting 集群

web server apache tomcat11-19-load balance 负载均衡

web server apache tomcat11-20-connectors 连接器

web server apache tomcat11-21-monitor and management 监控与管理

web server apache tomcat11-22-logging 日志

web server apache tomcat11-23-APR

web server apache tomcat11-24-Virtual Hosting and Tomcat

web server apache tomcat11-25-Advanced IO and Tomcat

web server apache tomcat11-26-maven jars

web server apache tomcat11-27-Security Considerations

web server apache tomcat11-28-Windows Service

web server apache tomcat11-29-Windows Authentication

web server apache tomcat11-30-The Tomcat JDBC Connection Pool

web server apache tomcat11-31-websocket

web server apache tomcat11-32-rewrite

web server apache tomcat11-33-CDI

web server apache tomcat11-34-Ahead of Time compilation support

使用 Maven 集成 Tomcat 库

Tomcat 快照

Tomcat 快照位于 Apache 快照仓库中。

官方 URL 是:

https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/

快照会定期进行,而不是定期进行,而是在发生变化并且 Tomcat 团队认为新的快照可能有用时。

Tomcat 发布版

稳定版发布到 Maven 中央仓库。

其 URL 是:

https://repo.maven.apache.org/maven2/org/apache/tomcat/

相关推荐
Cat_Rocky13 小时前
K8s RBAC认证 简单讲
java·docker·kubernetes
一只IT攻城狮13 小时前
️ Spring Boot 文件上传,防御恶意文件攻击
java·spring boot·web安全
ch.ju13 小时前
Java Programming Chapter 3——Subscript of the array
java·开发语言
雨落在了我的手上14 小时前
初识java(三):运算符
java·开发语言
c++之路14 小时前
装饰器模式(Decorator Pattern)
java·开发语言·装饰器模式
Alson_Code14 小时前
Spring Ai Alibaba
java·人工智能·spring
计算机安禾14 小时前
【c++面向对象编程】第5篇:类与对象(四):赋值运算符重载
java·前端·c++
AI人工智能+电脑小能手14 小时前
【大白话说Java面试题 第45题】【JVM篇】第5题:JVM中,对象何时会进入老年代?
java·开发语言·jvm·后端·面试
luck_bor14 小时前
使用接口定义规范,实现类完成具体逻辑
java·开发语言