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
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How properties of a form are validated in Struts?
In which order struts framework searches for a message bundle?
Which tag is used to declare constants in struts xml?
What is struts in j2ee?
What are disadvantages of Struts?
What is front controller in struts?
What does apache struts do?
Are interceptors and filters different?
What is the procedure of operation of a form tag?
Which components are available using actioncontext map?
What is struts validator framework?
Is struts mvc framework?
What is ognl?
Do I have to credit struts on my own website?