In this tutorial you will learn how to create multiple struts configuration files.
Your struts-config.xml file is large and it is hard to maintain am I right? Not anymore you can easily break it into multiple xml files like this.
By having multiple struts configuration files it will be easy to maintain and debug. Here we work with a single module, so you can split the configuration file according to your convenience. During the startup the ActionServlet will read all the configuration files and create a database of configuration objects, which it will later refer while processing the request.