what is the purpose of load_on_startup entry in struts-
config.xml?

Answer Posted / jagadish

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.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does apache tomcat use struts?

707


What are the differences between http direct and http indirect?

702


How can we upload files in Struts2 application?

825


Can you explain aware interfaces in struts2?

807


What is the difference between struts and spring? Explain

698


What is role of action class?

761


What’s the difference between struts and turbine? What’s the difference between struts and espresso?

767


Can you explain struts validator framework?

787


What is actionservlet?

770


What are the cons of struts 2?

787


Explain about the tag?

869


Which design pattern is implemented by Struts2 interceptors?

778


What is the purpose of @requiredstringvalidator annotation?

726


What is the purpose of @after?

780


What is the difference between forwardaction and includeaction?

796