In MSec v5 where we have the task-url mapping?
-
web.xml
-
application.xml
-
only a and b
-
struts-config.xml
C
Correct answer
Explanation
In MSec v5 applications, task-to-URL mappings are configured in both web.xml (for servlet mappings) and application.xml (for application-level configuration), making 'only a and b' the correct answer. struts-config.xml is for Struts framework specifically.