`
chorpin
  • 浏览: 132178 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

load-on-startup 真实含义

    博客分类:
  • SSH
阅读更多
用了那么久都没真正看过文档说load-on-startup 是什么意思的,今天偶然看到了这个问题,记录一下吧。

这个标签的含义是指,容器启动时加载这个servlet的顺序,正常的取值范围是:负数,0-5,如果是负数或者没有这个标签,则容器在启动时不自动加载这个servlet,如果是0-5,则按照顺序加载这个servlet,执行初始化方法init()。数字是0-5,加载顺序也是0-5。下面是文档说明:
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.
3
0
分享到:
评论

相关推荐

    javaWEB总结(2): load-on-startup节点

    下面我们将深入探讨`load-on-startup`节点的含义、使用场景以及其在实际开发中的应用。 首先,理解`load-on-startup`节点的基本用法是关键。当Servlet容器启动时,它会读取web.xml文件,并根据`load-on-startup`...

    详解servlet配置load-on-startup的作用

    Servlet 配置load-on-startup的作用详解 load-on-startup是Servlet配置中一个重要的参数,它用于指定Servlet的加载顺序和时机。在Servlet的配置文件web.xml中,我们可以通过设置<load-on-startup>标签来控制Servlet...

    ARM-Linux-load-at-startup.rar_linux manual

    "ARM-Linux-load-at-startup.rar_linux manual"这个压缩包提供了一份关于如何在Linux启动时自动加载程序的手册,主要针对ARM平台。这个手册可能包含了对Linux内核配置、init系统、系统启动脚本以及相关工具的详细...

    zk 配置的web.xml

    <description>ZK loader for ZUML pages <servlet-name>zkLoader</servlet-name> ... <!-- 必须指定更新引擎(DHtmlUpdateServlet)的URI,并且... <load-on-startup>1</load-on-startup><!-- Must --> </servlet>

    jsp版富文本编辑器fckeditor-java-2.5

    <load-on-startup>1</load-on-startup> <servlet-mapping> <servlet-name>Connector</servlet-name> <url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern> </servlet-mapping> 现在是...

    spring MVC 配置文档

    <load-on-startup>1</load-on-startup> </servlet> 加载 DispatcherServlet 时 Spring 会尝试读取配置文件 默认的配置文件位于 web.xml 相同的路径下 文件名与注册的 Servlet 名有关 Servlet注册名跟上 -...

    spring mvc

    <load-on-startup>1</load-on-startup> <servlet-mapping> <servlet-name>account</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> 要与web-inf里面account-servlet.xml名字对应、要...

    eclipse的中文注释缩进和大小不一致问题解决

    在Plug-ins activated on startup中 Onmph Common UI 的勾去掉 保存 2、修改为中文字体。 widow-->Preferences-->Genneral-->Appearance-->Colors and Fonts Text Font选择Edit,将字体修改为幼圆...

    图片处理 这是一个强大的图片处理方案

    <load-on-startup>1</load-on-startup> <servlet-name>Connector</servlet-name> <servlet-class> com.fredck.FCKeditor.connector.ConnectorServlet </servlet-class> <init-param> <param-...

    the-Windows-startup-time.rar_startup

    标题中的"the-Windows-startup-time.rar_startup"表明这是一个关于计算Windows启动时间的项目,可能包含源代码和相关文档。这个项目使用了VC++作为开发工具,VC++是Microsoft Visual C++的简称,是一个功能强大的C++...

    RAY.zip_ GUIDATA and GCBO_ray-tracing wireless_startup

    | structure is created at GUI startup using GUIHANDLES and stored in | the figure s application data using GUIDATA. A copy of the structure | is passed to each callback. You can store additional ...

    修改后的 fckedit.jar

    web.xml 中配置 完善了对上传图片的验证 <context-param> <param-name>FCKAllowedExtensionsImage</param-name> ...value><br> </init-param><br> <load-on-startup>1</load-on-startup> </servlet>

    多个struts配置文件使用

    - **Load-on-Startup**:`<load-on-startup>`标签用于指定`ActionServlet`在Web应用程序启动时加载的顺序。数字越小,加载优先级越高。 - **Debug模式**:通过`<init-param>`中的`debug`参数设置调试级别。值为2...

    Java_Springstartupanalyzer生成一个交互式的spring应用程序启动报告,让您了解是什么因素导.zip

    `spring-startup-analyzer_main.zip`文件包含了Spring Startup Analyzer的主程序。解压后,根据`说明.txt`文档的指导运行该工具。通常,我们需要将应用的启动日志作为输入,日志应该包含Spring Boot应用启动时的详细...

    Laravel开发-laravel-4-startup-boilerplate

    **Laravel 开发:Laravel 4 Startup Boilerplate 深入解析** Laravel 是一个流行的、优雅的、富有表达力的 PHP web 应用框架,它为开发者提供了构建高效、可维护性的 web 应用程序的强大工具。Laravel 4 Startup ...

    spring-startup-analysis:用于分析Java Spring中的bean构建的简单模块

    弹簧启动分析仪 该项目被设计为一个模块,您可以通过Maven引入,它会生成类似于下... <artifactId>spring-startup-analysis <version>1.1.0 将以下基本软件包添加到您的组件中: com.github.lwaddicor.springstartu

    RPI-Unattended-Install-on-Startup

    或者,您也可以删除rpi-do-on-start.sh文件的内容,以开始构建自己的脚本。要求Raspberry Pi(在2b和4b模型中测试) Linux主机,用于将安装脚本运行到microSD中(所有示例均在Kubuntu 18.04上完成) Raspberry Pi

    eWebeditor JSP 王志峰修改版

    【版本更新说明】 ... <load-on-startup>3</load-on-startup> <servlet-mapping> <servlet-name>debugjsp</servlet-name> <url-pattern>*.jsp</url-pattern> </servlet-mapping> 6、重新启动服务器即可。

    FCK在线编辑器源码及部署项目引用示例

    <load-on-startup>1</load-on-startup> <servlet-name>SimpleUploader</servlet-name> <servlet-class> com.FCKeditor.uploader.SimpleUploaderServlet </servlet-class> <init-param> <param-name>...

Global site tag (gtag.js) - Google Analytics