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


Please Help Members By Posting Answers For Below Questions

What is struts in java with example?

728


What is the forward action utilized for?

775


What are action classes in struts?

721


Explain about how requests from the client are sent?

696


What is difference between actionform and dynaactionform?

795


What are the life cycle methods of interceptor?

727


What are struts in java?

689


What is Custom Type Converter in Struts2?

856


What are the different kinds of actions in struts?

805


How can link tag’s action attribute be used?

711


What is lookupdispatchaction?

789


What is the difference between forwardaction and includeaction?

784


What is struts and springs in java?

755


What are disadvantages of Struts?

738


How we can controlled duplicate form submission in struts?

720