在tomcat4中,StandardContext.java是最大的一个类,有117k。废话不说,开始分析吧。
其实要分析StandardContext,也就主要分析两个方法,一个start,一个invoke。
两个变量
这里首先咱们得说两个boolean型的变量available,configured。
先说available,它表示了StandardContext是否可用,初始值为...
分类:
其他好文 时间:
2014-11-22 12:02:46
阅读次数:
183
The socks proxy I created following?Proxy Using SSH Tunnel?works very well on both?Linux?and?Windows. However, when I try to configure my iPhone and iPad with iOS, I find iOS does not support ...
分类:
移动开发 时间:
2014-11-20 20:29:39
阅读次数:
293
To understand how the write-ahead log works, it is important for you to know how modified data is written to disk. SQL Server maintains a buffer cache...
分类:
数据库 时间:
2014-11-20 11:36:23
阅读次数:
160
// This example shows how to inspect and display different types of properties for a workspace.public void DisplayWorkspaceProperties(IWorkspace works...
分类:
其他好文 时间:
2014-11-20 01:21:27
阅读次数:
257
StandardWrapperValve
StandardWrapperValve是StandardWrapper的基础阀,主要完成了三个工作。
1 调用StandardWrapper的allocate的方法来获得该StandardWrapper所表示的servlet实例
2 执行与该servelt相关联的全部过滤器
3 调用servlet的service方法
其中第二三步可以细分为...
分类:
移动开发 时间:
2014-11-19 11:10:40
阅读次数:
254
StandardWrapperValve
StandardWrapperValve是StandardWrapper的基础阀,主要完成了三个工作。
1 调用StandardWrapper的allocate的方法来获得该StandardWrapper所表示的servlet实例
2 执行与该servelt相关联的全部过滤器
3 调用servlet的service方法
其中第二三步可以细分为...
分类:
移动开发 时间:
2014-11-19 00:59:38
阅读次数:
216
方法调用序列
下图展示了方法调用的协作图:
这个是前面第五章里,我画的图:
我们再回顾一下自从连接器里
connector.getContainer().invoke(request, response);
这句代码运行之后发生的事情;
这是第五章的时序图,放在这一章同样适用。。。
我们仔细分析一下:
1首先连接器创建请求与响应对象;
2调用这行代码...
分类:
移动开发 时间:
2014-11-18 16:00:28
阅读次数:
326
How Strategy 40 - Planning with Final Assembly Works 40: MTS ; normally , it is for standard parts . Strategy 40 :-1. Stocks on hand reduces the PIR d...
分类:
其他好文 时间:
2014-11-17 22:45:35
阅读次数:
272
转自什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, M...
分类:
其他好文 时间:
2014-11-11 18:06:27
阅读次数:
306
在看本文之前,请先查阅相关Session与Cookie的资料。
Catalina通过一个叫管理器的组件来完成 session 管理工作,该组件由org.apache.catalina.Manager interface 接口表示。一个管理器通常跟一个上下文容器相关联,它负责创建、更行以及销毁 session 对象并能给任何请求组件返回一个合法的 session。
Session对象
um...
分类:
其他好文 时间:
2014-11-10 15:32:09
阅读次数:
301