无线&移动互联网技术研发

换位思考·····
posts - 19, comments - 53, trackbacks - 0, articles - 283
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

杂谈----待整理

Posted on 2009-09-02 23:08 Gavin.lee 阅读(106) 评论(0)  编辑  收藏

http://www.hackhome.com/InfoView/Article_120872.html    web.xml详解

如果要在Servlet中观察过滤器生成的日志,应该确保在server.xml的localhost对应的<host>元素中配置如下<logger>元素:
<Logger className = “org.apache.catalina.logger.FileLogger”
directory = “logs”prefix = “localhost_log.”suffix=”.txt”
timestamp = “true”/>

在web.xml中配置Servlet和Servlet过滤器,应该先声明过滤器元素,再声明Servlet元素

http://www.360doc.com/index.aspx  360doc --个人图书馆

http://www.360doc.com/content/080423/09/58525_1209957.html  Eclipse中使用自定义模板弥补MyEclipse没有新建Filter的功能


http://www.javatx.cn/index.jsp  java 天下社区

http://blog.csdn.net/zwhfyy/archive/2008/04/28/2338750.aspx  五个有用的过滤器


只有注册用户登录后才能发表评论。


网站导航: