JAVA FOR FUN
随笔 - 14, 文章 - 39, 评论 - 17, 引用 - 0
数据加载中……
Struts中 "load-on-startup "参数的意义
The
load-on-startup
element
indicates that this servlet should be loaded (instantiated and have its init() called) on the startup of the web application
. The optional contents of these element must be an integer indicating the order in which the servlet should be loaded.
If the value is a negative integer, or the element is not present, the container is free to load the servlet whenever it chooses
.
If the value is a positive integer or 0, the container must load and initialize the servlet as the application is deployed
. The container must guarantee that servlets marked with lower integers are loaded before servlets marked with higher integers. The container may choose the order of loading of servlets with the same load-on-start-up value.
posted on 2006-10-16 11:17
mlw2000
阅读(1403)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
BlogJava
Copyright © mlw2000
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2006年10月
>
日
一
二
三
四
五
六
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
javascript(2)
(rss)
Web客户端
(rss)
随笔
(rss)
随笔档案
2009年3月 (2)
2008年10月 (1)
2007年8月 (1)
2007年6月 (1)
2007年3月 (3)
2007年2月 (2)
2006年12月 (2)
2006年10月 (1)
2006年9月 (1)
2006年7月 (1)
文章分类
C/C++
(rss)
databases(8)
(rss)
j2ee
(rss)
java(12)
(rss)
JavaScript(11)
(rss)
jsp(1)
(rss)
justForFun
(rss)
linux(1)
(rss)
network
(rss)
others(1)
(rss)
文章档案
2007年10月 (1)
2007年6月 (1)
2007年5月 (1)
2007年3月 (1)
2007年2月 (2)
2007年1月 (2)
2006年12月 (14)
2006年11月 (2)
2006年10月 (1)
2006年9月 (9)
2006年8月 (2)
2006年7月 (2)
相册
pic
搜索
最新评论
1. re: 关于读取文件内容时报sun.io.MalformedInputException的问题 [转]
3Q
--Endy
2. re: 关于读取文件内容时报sun.io.MalformedInputException的问题 [转]
多谢
--Monroe
3. re: 安装Oracle9i,提示缺少OCS4J.properties的问题解决
非常感谢! 十分有用!
--堕落天使
4. re: 安装Oracle9i,提示缺少OCS4J.properties的问题解决
没有这个文件 啊
--人本微尘
5. re: DB2中有关日期和时间的函数,及应用(转)
整数值表示。
--北京时间
阅读排行榜
1. javascript日期的常用计算(4902)
2. 关于读取文件内容时报sun.io.MalformedInputException的问题 [转](3752)
3. HTML Escape Characters: Complete List(html转义字符列表)【转】(2579)
4. GMT和PST--关于时区的知识[转](2461)
5. 如何修改eclipse中的"Mark occurence highlight colour"(即“标记当前高亮”的颜色)[转](2412)
评论排行榜
1. 如何修改eclipse中的"Mark occurence highlight colour"(即“标记当前高亮”的颜色)[转](6)
2. 关于读取文件内容时报sun.io.MalformedInputException的问题 [转](4)
3. HTML Escape Characters: Complete List(html转义字符列表)【转】(1)
4. DB2中有关日期和时间的函数,及应用(转)(1)
5. 八种不可追随的老板(0)