标签:des blog http io ar 使用 sp strong on
本文转自:http://blog.csdn.net/liaoxiaohua1981/article/details/6759206
- <context-param>
- <param-name>contextConfigLocation</param-name>
- <param-value>contextConfigLocationValue></param-value>
- </context-param>
作用:该元素用来声明应用范围(整个WEB项目)内的上下文初始化参数。
param-name 设定上下文的参数名称。必须是唯一名称
param-value 设定的参数名称的值
由上面的初始化过程可知容器对于web.xml的加载过程是context-param >> listener >> fileter >> servlet
${initParam.contextConfigLocation}
标签:des blog http io ar 使用 sp strong on
原文地址:http://www.cnblogs.com/onmyway20xx/p/4151191.html