With ten years of Tomcat, you really understand it yet? Ali Masters take you a full range of analytical

There are a lot of junior programmer will only Tomcat as a tool, and ignore its importance. For a simple Web project Architecturally, the former military Tomcat, SSM is in the army, Mysql is behind, but we usually attach great importance to learning SSM framework, while ignoring Tomcat, if we can know more about the knowledge of the principles underlying Tomcat, so for the daily development work or performance tuning project it is very important.

such as:

  • We usually know Tomcat is a Servlet container, then it is in the end is how to achieve Servlet specification it?
  • Tomcat in the end is how to handle an HTTP request, and how the request is passed to the Servlet it?
  • Tomcat is how to deploy an application?
  • What is the difference in Tomcat War and Jar package is the package?
  • Tomcat and Socket, what is the relationship between the Tcp agreement? In the end what is Socket?
  • Tomcat Why use a custom class loader?
  • Tomcat architecture design is very complicated, there are many components, so why such a design?
  • Tomcat in the end how performance tuning?

So, for Tomcat, precisely because it is powerful and easy to be good enough to just ignore us. 工欲善其事必先利其器, if we can really grasp the underlying principle Tomcat, then there will be a great harvest.

The recent discovery of a Tomcat PDF, very thorough explanation. Share with you today.

This book is written for all readers want to learn Tomcat servlet container, and is an excellent reference book on Tomcat Deep in simple terms. This book is not only suitable for lovers of Tomcat, Tomcat is more suitable for programmers.

Tomcat is one of the more popular Web server. As a small open source and lightweight application server, Tomcat is easy to use, then dry the deployment, but Tomcat itself is a very complex system, contains a lot of functional modules. These features form the core structure of Tomcat. As long as there is interest in fellow human Tomcat, you can gain something from this book

The book is divided into 11 chapters, due to the pdf document in detail the contents of it too so just edited the next chapter cursory knowledge of the introductory part, each chapter small node which has more detailed content! The following is part of chapters, in order not to affect the ornamental article, explain in detail the directory can not be listed, under the end of the article there is knowledge to explain in detail all the way to obtain the following sections.

The first chapter of the opening ceremony Tomcat

In this chapter we will explain how to install Tomcat, how to get it running and to ensure that it is operating properly and how to test

  1. Tomcat installation
  2. Tomcat start, stop and restart
  3. Automatic start
  4. After installation test
  5. Tomcat come from?

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Chapter Configuring Tomcat

In this chapter, we will first explain the location where the file server information, how to find the root of the problem, will also discuss some of the errors in the set up and configuration of Tomcat often make when

  1. Use Apache Web server
  2. Redirect Web application directory
  3. From 8080 to change the port number
  4. Java VM Configuration
  5. JSP compiler transforms
  6. Management, and user roles
  7. Control Session
  8. JNDI and JDBC access to resources
  9. Servlet auto-reload
  10. Custom user directory
  11. Tomcat application examples
  12. Common Gateway Interface (CGI)
  13. Tbmcat Admin webapp

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Chapter III deployment Servlet and JSP Web application in Tomcat

This chapter will show a Web application by the servlet, JSP, and other files, and to discuss several deployment. Finally, the discussion Manager Web applications, because it can handle some deployments work for you.

  1. The layout of the Web application
  2. Web Application Deployment unpacked directory
  3. Deploying the WAR file
  4. Hot deployment
  5. Use WAR file
  6. Manager Web application
  7. Apache Ant Automated Deployment
  8. Symbolic Links

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Chapter IV Tomcat performance tuning

In this chapter, I will explain some of the concepts of Environment and Tomcat server itself adjust the underlying Java runtime.

  1. Measuring Web server performance
  2. External calibration
  3. Internal adjustment
  4. Capacity Planning
  5. Additional resources

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Chapter V with the Apache Web server integration

In this chapter, the author lists several ways to integrate into other Tomcat web server

  1. Integration advantages and disadvantages
  2. Install Apache httpd
  3. Apache and Tomcat integration
  4. Tomcat HTTP service provided over the APR connector

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Chapter VI Tomcat security

在本章中,我们会详细讨论什么是安全防护,以及在安装的Tomcat中怎样改善安全防护能力。

  1. 系统安全防护
  2. 多台服务器的安全防护模式
  3. 使用SecurityManager
  4. 授予文件权限
  5. 设置Tomcat chroot Jail
  6. 过滤******
  7. 用SSL加强Tomcat的安全防护性能

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

第七章 配置

本章会详细讨论这些配置文件中每一个重要部分的语法

  1. server.xml
  2. web.xml
  3. tomcat-users.xml
  4. catalina.policy
  5. catalina.properties
  6. context.xml

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

第八章 调试与疑难排解

在本章中,笔者会介绍一些寻找故障信息的方法,以便协助您査出问题发生的原因,并列举笔者及其他人曾经犯过的错误示例,这些错误现象的发生,不是立即就显而易见的(并不是很容易解决)。

  1. 解读日志文件
  2. 猎寻错误
  3. URL与HTTP会话
  4. 用RequestDumper Valve来调试
  5. 无法停止Tomcat的疑难排解

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

第九章 从源代码组建Tomcat

本章从源码来看怎么组建一个Tomcat

  1. 安装Apache Ant
  2. 获取资源
  3. 下载支持库
  4. 组建Tomcat

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

第十章 Tomcat集群

在本章中,笔者会详细说明建立Tomcat系统集群的步骤,其中包括架设多台机器来管理Web应用程序。

  1. 集群术语
  2. HTTP请求的通信序列
  3. 分布式JAVA Servlet Container
  4. Tomcat 6集群实现
  5. JDBC请求分布与故障复原
  6. 其他资源

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

第十一章 闭幕式

笔者希望本书已帮助了读者根据自己的意愿使用Tomcat,并且提供了许多可以利用的范例。

  1. 补充资源
  2. 社区

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

由于细节内容实在太多了,为了不影响文章的观赏性,只截出了一部分知识点大致的介绍一下,每个小节点里面都有更细化的内容!

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

需要这份《Tomcat权威指南》的朋友可以点击下方蓝色字体传送门就可以免费获取到了,还有小编准备的一份Java进阶学习路线图(Xmind)以及来年金三银四必备的一份《Java面试必备指南》

《Tomcat权威指南》+《Java面试必备指南》+《Java进阶学习路线图》

With ten years of Tomcat, you really understand it yet?  Ali Masters take you a full range of analytical

Guess you like

Origin blog.51cto.com/14230003/2468013
Recommended