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 are the loop holes of struts?
What is the purpose of execute method of action class?
What is actionform in struts?
How many servlet controllers are used in a Struts Application?
What is the front controller in struts2?
What are the core classes of struts framework? Explain
How can you create your custom interceptor in struts 2?
Explain about logic match tag?
Why do we use struts?
What is the purpose of struct-config.xml in struct2?
What do you mean by action errors and what are the results they force?
in struts how to use hibernate with struts>
What are struts in java?
What is the use of interceptor?
How struts2 supports internationalization?