随笔分类 - JavaWeb
摘要:log4j.properties 配置 + 解析 配置文件 log4j.rootCategory=INFO, stdout , R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=
阅读全文
摘要:九大内置对象 内置对象 Servlet对应类 request HttpServletRequest response HttpServletResponse session HttpSession application ServletContext out JspWriter pageContex
阅读全文
摘要:<!--注册servlet--> <servlet> <servlet-name>hello</servlet-name> <servlet-class>servlet.HellowServlet</servlet-class> </servlet> <!--servlet路径映射--> <serv
阅读全文
摘要:web.xml 头约束 Servlet2.3 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" > <
阅读全文