I have confusion about these files in struts2.
Normally struts.xml
file the core which has configuration in struts1. So I also thought of using struts.xml file.
But in my project already they put struts2-config-browser-plugin.jar
, it has struts-plugin.xml
. Just searched in Google and found that struts-plugin.xml
is enough to run struts application.
Now I'm adding the struts.xml
file, the application is not working.
Can I use both XML file in application?
If I remove the
struts2-config-browser-plugin.jar
, what are the changes need to add instruts.xml
file ?