zoukankan      html  css  js  c++  java
  • How Tomcat Works

      2 <<How Tomcat Workds>>
      3 
      4 Chapter 1 : how an HTTP server works,a simple Http Server
      5 Chapter 2 : a simple servlet container
      6 Chapter 3 : a simplified version of Tomcat 4 's default connector
      7 Chapter 4 : Tomcat 4 's default connector , faster
      8 Chapter 5 : Discuss container module
      9 Chapter 6 : The lifecycle interface
     10 Chapter 7 : covers loggers
     11 Chapter 8 : explains about loaders
     12 Chapter 9 : discusses the manager,the session manager
     13 Chapter 10: web app security
     14 Chapter 11: StandardWrapper
     15 Chapter 12: StandardContext
     16 Chapter 13: host and engine
     17 Chapter 14: server and service
     18 Chapter 15: configuration thought digester
     19 Chapter 16: showdown hook
     20 Chapter 17: starting and stopping
     21 Chapter 18: deploying and installing
     22 Chapter 19: ContainerServlert
     23 Chapter 20: discuss JMS

    Pattern Design 1: Fascade Classes
    RequestFascade and ResponseFascade

    Pattern Design 2: Sigleton
    StringManager Class














  • 相关阅读:
    java学习——内部类、匿名内部类
    Java中接口之间的继承
    Settings
    POM
    Maven指令
    Maven生命周期
    内部类
    Modules
    Simple Maven Project
    Maven概述
  • 原文地址:https://www.cnblogs.com/iamgoodman/p/10793304.html
Copyright © 2011-2022 走看看