[Tomcat 6.0 official document translation] - Introduction

Tomcat web container to use as most of the research process principle, have a very important influence on the master java web development.

So determined, starting from the official document, a lot to learn web-related knowledge.

Introduction

    Benpian is Apache Tomcat (Servlet / JSP container) document summary, Apache tomcat 6 is based on Servlet2.5 and jsp2.1 specification and adds some features in favor of developing web applications and services.
    Can refer to the detailed document description, the following simple explanation:
 

manual

    The following documents can help you download, install and use some of the features of tomcat6.
    
    [Because of work, long time no translation, tomcat work used also upgraded to 8, subsequent translations are to be practiced 8]
 The SSL 12 is : Installation and configure SSL, you are accessing the application through https
    The SSI 13 is : How to achieve tomcat server-side
    CGI 14 : Tomcat setting common gateway
    15 Agent : Configure your proxy
    16 Mbean descriptor : configure a custom assembly descriptor MBean
    17 default Servlet : Servlet and configure the default custom list
    18 tomcat cluster : In tomcat environment, to realize session replication
    19 Load balancing : configuration, usage, extended load-balancing applications
    20 connection : tomcat connection and local web server integration
    21 monitoring and management : support for JMX remote monitoring and management tomcat
    22 Log : Configure tomcat log
    23 tomcat portable run : APR supported by high performance, scalable, high integration of the local server technology
    24 Virtual Host : tomcat virtual host configuration
    25 improvements IO : extension of conventional, blocking IO
    26 Add components : support for adding components
    

Quote

    [1] Tomcat 6.0 Documentation: http://tomcat.apache.org/tomcat-6.0-doc/index.html
    [6] Tomcat 8.0 Documentation: http://tomcat.apache.org/tomcat-8.0-doc/introduction.html

Reproduced in: https: //my.oschina.net/u/204616/blog/545427

Guess you like

Origin blog.csdn.net/weixin_34138521/article/details/91990105