ActionServlet Configurations
Struts Questions and Answers
(Continued from previous question...)
75. ActionServlet Configurations
With the introduction of sub-applications, a more flexible way is introduced to configure each sub-application independently. Many of the configuration entries (e.g. resource bundle location, maximum upload file size, etc) that used to be defined in web.xml have now been moved to struts-config.xml. The original entries in web.xml are deprecated but will still be effective.
(Continued on next question...)
Other Interview Questions
|