what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / b.mallikarjun reddy
When ever server is starting, It is possible to tell the
container when to load the servlet on the startup. You can
load any number of servlets on startup. load-on-startup>
subelement indicates the order in which servlet should be
loaded. However positive values are loaded first. If the
value is Negative or unspecified value then the container
load the servlet at the runtime during the startup.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is s token?
Which design pattern the interceptors in struts2 is based on?
How to explain Software Bank Loan descriptions
What is the purpose of struct-config.xml in struct2?
How duplicate form submission can be controlled in struts?
What configuration changes are required to use resource files in Struts?
What is the design role played by struts?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the difference between struts and spring? Explain
How can we group related actions in one group in Struts?
Name the different types of actions found in struts.
What is the purpose of @customvalidator annotation?
Which model components are supported by Struts?
What is the procedure of operation of a form tag?
What is the different actions available in struts?