what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / srinivasa
If we use load on startup web container creates the objects
based on the proirity when there are mutliple servlets.We
use load on start up for giving the proirity.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What steps are required to for an application migration from Struts1 to Struts2?
Why was reload removed from struts (since 1.1)?
What is the use of web xml in struts2?
Can you give an overview of how a struts application flows?
How action-mapping tag is used for request forwarding in struts configuration file?
Explain how to work with error tags?
Can I have html form property without associated getter and setter formbean methods?
What are pull and push mvc architecture and which architecture does struts2 follow?
How does one create an action in struts 2?
What configuration changes are required to use resource files in Struts?
Does apache struts run on windows?
What is the purpose of global-forwards tag in struct-config.xml?
What configuration changes are required to use Tiles in Struts?
What is action support class in struts2?
What is the difference between plain-validator and field-validator?