
Tomcat
iteye_6809
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tomcat的Session设置
1、为单个WEB设置SESSION在WEB.XML中添加xml 代码 <session-config> <session-timeout>15</session-timeout>//单位为分钟 </session-config> 2、为单个Servlet指定会...2007-11-20 09:58:30 · 623 阅读 · 0 评论 -
转贴:web.xml元素介绍
原文地址:http://blog.youkuaiyun.com/imnol/archive/2007/08/16/1747406.aspx<wbr></wbr> 我将自己知道的web.xml的元素整理了一下: web.xml首先是肯定要包含它的schema. xml 代码 <web-app xmlns="http://java.sun.com/xml/ns...2007-11-20 10:02:02 · 118 阅读 · 0 评论