In strurt why w use two differnt files web.xml and strut
config.xml?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anil
web.xml is effect for application level, and struts-
config.xml file is effect for struts frame/work level.
Is This Answer Correct ? | 11 Yes | 2 No |
What is the apache struts vulnerability?
What is meant by portals???
What is the purpose of @emailvalidator?
Why is it called struts?
How is token generated?
Why do we need struts?
How struts2 supports internationalization?
Where can I get help with struts?
Are actions thread safe?
how to debug struts project in netbean ?
Briefly tell the two kinds of form beans.
Why do the struts tags provide for so little formatting?