随笔分类 -  009--web.xml

003--web.xml问题汇总
摘要:web.xml问题汇总1、特殊字符报错在上图中,welcome-file-list元素已经包含welcome-file,但是还是报需要包含welcom-file。此问题多发生在粘贴复制情况下,如复制网上代码。 阅读全文

posted @ 2015-07-29 14:23 陈福涛 阅读(104) 评论(0) 推荐(0)

002-web.xml配置其他框架
摘要:1.配置spring 1.1.步骤 1、加载配置文件。 2、设置启动方式。 1.2.加载配置文件 web-inf下加载单个文件: contextConfigLocation /WEB-INF/applicationContext.xml web-inf... 阅读全文

posted @ 2015-07-28 15:04 陈福涛 阅读(175) 评论(0) 推荐(0)

001--web.xml配置详解
摘要:1.web-app初始化过程 容器对于web.xml的加载过程是: context-param >> listener >> fileter >> servlet 初始化过程: 1、容器读web.xml配置文件中的两个节点和。 2、接着容器会创建一个ServletCon... 阅读全文

posted @ 2015-07-28 11:53 陈福涛 阅读(159) 评论(0) 推荐(0)