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 is struts in java with example?
What is the forward action utilized for?
What are action classes in struts?
Explain about how requests from the client are sent?
What is difference between actionform and dynaactionform?
What are the life cycle methods of interceptor?
What are struts in java?
What is Custom Type Converter in Struts2?
What are the different kinds of actions in struts?
How can link tag’s action attribute be used?
What is lookupdispatchaction?
What is the difference between forwardaction and includeaction?
What is struts and springs in java?
What are disadvantages of Struts?
How we can controlled duplicate form submission in struts?