what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / anjani kumar jha
load_on_startup only shows the priority of the class loading
when u start ur web server in any web apps.
1----hightest prioritty
<load-on-startup>1</load-on-startup>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How you will make available any message resources definitions file to the struts framework environment?
Can you explain struts.properties in struts2?
How are interceptors and servlet filters different?
how to connect from struts to database through hibernet and where u can modify the class
How many instances of servlet usually run in a struts application ?
What is struts 2 framework in java?
What is struts-default package and what are it’s benefits?
How many action classes can be used in struts application?
How to upload struts file?
What steps are required to for an application migration from Struts1 to Struts2?
How to convert struts to spring mvc?
What is strut action mapping?
How properties of a form are validated in Struts?
Can we have multiple struts config files in a single web app?
What are the contents on web.xml in struts application ?