Answer Posted / ramu
Whenever client send the request to sever is check is there web. XML file.And the read the contents in web. XML file and store into JVM's memory.
After ur using <load-on-startup> sever is created ActionServlet Object.In second second init()method and the reads the contents stored in JVM's memory.
Now sever is created Request and Response Object's and hadover to ActionServelt Service().
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the use of namespace in action mapping in Struts2?
For a single Struts application, can we have multiple struts-config.xml files?
What are the contents on web.xml in struts application ?
What is the purpose of '@keyproperty'?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the purpose of form-beans tag in struct-config.xml?
Describe the two types of formbeans.
How do you convert struts to springs?
Why are springs better than struts?
How many struts config file can be created in struts?
How action mapping is configured in Struts?
What is the default location of result pages and how can we change it?
Can we use struts and spring together?
What is the purpose of @after annotation?
What is controller in struts2?