Can we have multiple struts-config files in a single web
app? If yes why should we have them? Will multiple copies
make any impact on performance?
Answer Posted / kalyan
Yes,we have mulitiple struts-config files ,it depends on
the modules.Suppose we have three modules in
application ,so in this application three struts-config.xml
files are there.
But the thing is you must enter those struts-config.xml
files details in deployment descripter (i.e. web.xml)
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the use of Struts.xml configuration file?
Difference between struts and spring? Or why use spring, if you are already using struts?
What are the loop holes of struts?
What is the difference between struts and spring? Explain
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What steps are required to for an application migration from Struts1 to Struts2?
What is strut action mapping?
What’s the difference between struts and espresso?
Is struts action class singleton?
Which design pattern the interceptors in struts2 is based on?
How the exceptions are handled in struts?
Explain the difference between plain-validator and field-validator in struts?
How do I access token?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the configuration files used in struts?