Articles avec le mot clé « Struts2 » :
Where To Place Struts 2 struts.xml
Contrary to most of other configuration files, placing the struts.xml configuration file in the WEB-INF folder does not work.
But you can place it, eg. in the root source folder of your application.
I spent about two hours after cleaning/building my test project in Eclipse without realizing, that …