Web项目目录
1、目录结构
2、web.xml文件:Servlet版本(须是Tomcat支持的版本)、session失效时间、异常处理
3、JSP文件:
三指令(page\include\taglib)、
四动作(useBean\include\forward转发\plugin)、
九内置对象(pageContext\out\exception\request\response\session\page\config\application)、
JSTL标签、
EL表达式四个域(page\request\session\application)、
自定义标签
程序
1、Servlet对象:生命周期
2、Filter对象
3、监听器(Listener)
4、Cook对象
5、Session对象
Tomcat安装目录:
1、库目录:Servlet/JSP版本
2、web应用目录:访问examples应用程序
3、work目录:JSP编译文件
转载于:https://blog.51cto.com/shrunner/1134246