
What is the struts.xml file ? Who it is loads?

Hi Samar,
The struts.xml is a XML file. Which is used to struts configuration. It divides the application in to modules. Struts use the configuration file (struts.xml) to initialize its resources such as interceptors, actions and resources. The FilterServlet is responsible for loading the configuration file. When we deploy the application on container.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.