servlet
shursulei
个人github:https://github.com/shursulei/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
load-on-startup的作用
load-on-startup的作用1.load-on-startup元素标记容器是否在启动的时候就加载这个servlet(实例化并调用其init()方法)2.它的必须是一个整数,表示servlet应该被载入的顺序3.当值为0或者大于0时,表示容器在应用启动时就加载并初始化这个servlet4.当值小于0或者没有指定是时,可以由servlet容器自行决定何时load该servlet。5....原创 2018-11-09 09:55:11 · 735 阅读 · 0 评论 -
web.xml问题
web项目web.xml编译错误:schema_reference.4: Failed to read schema document ‘http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd’, because 1) could not find the document; 2) the document could not be read; 3) t...转载 2018-11-09 17:39:00 · 257 阅读 · 0 评论
分享