what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / praveen
specify the order in which we want to initialize various
Servlets.
Like first initialize Servlet1 then Servlet2 and so on.
This is accomplished by specifying a numeric value for the
<load-on-startup> tag.
<load-on-startup> tag specifies that the servlet should be
loaded
automatically when the web application is started.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by actionservlet?
What are the features of struts?
What are the sections into which a strut configuration file can be divided?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Explain about the library tag?
What is action support class in struts2?
What validate() and reset() method does ?
how does request processor relates to action mapping?
How to explain Software Bank Loan descriptions
What is actioninvocation?
What is package name in struts xml?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the design role played by struts?
What is the differences between struts1 and struts2?
How can duplicate form submission be handled in struts 2?