Apache Tomcat - Using Tomcat libraries with Maven

Tomcat Home
The Apache Software Foundation
Apache Tomcat 9
Version 9.0.34, Apr 3 2020
Links

Docs Home
FAQ
User Comments

User Guide

1) Introduction
2) Setup
3) First webapp
4) Deployer
5) Manager
6) Host Manager
7) Realms and AAA
8) Security Manager
9) JNDI Resources
10) JDBC DataSources
11) Classloading
12) JSPs
13) SSL/TLS
14) SSI
15) CGI
16) Proxy Support
17) MBeans Descriptors
18) Default Servlet
19) Clustering
20) Load Balancer
21) Connectors
22) Monitoring and Management
23) Logging
24) APR/Native
25) Virtual Hosting
26) Advanced IO
27) Mavenized
28) Security Considerations
29) Windows Service
30) Windows Authentication
31) Tomcat's JDBC Pool
32) WebSocket
33) Rewrite
34) CDI 2 and JAX-RS
35) GraalVM Support

Reference

Release Notes
Configuration
Tomcat Javadocs
Servlet 4.0 Javadocs
JSP 2.3 Javadocs
EL 3.0 Javadocs
WebSocket 1.1 Javadocs
JASPIC 1.1 Javadocs
Common Annotations 1.3 Javadocs
JK 1.2 Documentation

Apache Tomcat Development

Building
Changelog
Status
Developers
Architecture
Functional Specs.
Tribes

Apache Tomcat - Using Tomcat libraries with Maven
Table of Contents

Using Tomcat libraries With Maven
    Tomcat Snapshots
    Tomcat Releases

Using Tomcat libraries With Maven
Tomcat Snapshots
Tomcat snapshots are located in the Apache Snapshot Repository. The official URL is

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

Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deems a new snapshot might useful.
Tomcat Releases

Stable releases are published to the Central Maven Repositories. The URL for this is

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

Copyright © 1999-2020, The Apache Software Foundation

发布了133 篇原创文章 · 获赞 191 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105730913
今日推荐