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
Can you explain the directory structure for a struts folder in brief ?
How to use dispatchaction?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What configuration changes are required to use resource files in Struts?
Mark the differences between html tags and strut specific html tags.
What are the steps used to setup dispatch action?
What is the difference between plain-validator and field-validator?
Can you explain value stack?
What is the naming convention for a resource bundle file in struts2?
What is struts 2 framework in java?
How to upload struts file?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the purpose of @element?
Does apache tomcat use struts?
What is the purpose of @before?