Home > Guides > Core Developers Guide > Configuration Files > struts.xml |
The core configuration file for the framework is the default (struts.xml
) file and should reside on the classpath of the webapp (generally /WEB-INF/classes
).
struts-plugin.xml
file can be placed in a JAR and automatically plugged into an application, so that modules can be self-contained and automatically configured.
Can we break up a large struts.xml file into smaller pieces?