In strurt why w use two differnt files web.xml and strut
config.xml?
Answer Posted / naman patidar
web.xml is an application level configuration file.
struts-config.xml is framework specific file and name of
this file is configured in we.xml under tag
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
you can change the name of file and location here.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Define struts?
What are the two different types of validations that the validator framework supports?
What does it cost to replace struts?
Why do we use struts?
What is the difference between shocks and struts?
Can we use struts and spring together?
Whats the difference between the default namespace and the root namespace?
What is the purpose of @conversion?
Explain how can we upload files in struts2 application?
What is the purpose of @results?
How to combine the struts with velocity template?
Who wrote struts?
Where can I get a copy of struts?
How can forward action be used to restrict a strut application to mvc?
What are the important methods of actionform?