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 the abstract package in struts2, and what is its utilization?
What is actionform in struts?
What is actioninvocation?
What types of validations are available in xml based validation in struts2?
For a single Struts application, can we have multiple struts-config.xml files?
What is the use of lookupdispatchaction?
What is the procedure of operation of a form tag?
What is action support class in struts2?
Name the different types of actions found in struts.
Can we handle exceptions in Struts programmatically?
What is actionservlet?
What are Struts2 core components?
What is the differences between struts1 and struts2?
What is discontinuous strut?
Are actions thread safe?