when i put struts.xml in web-inf it is showing error......when i put in src folder it is working fine.(being applicationcontext.xml in web-inf)
(being struts.xml in
if you are putting in web-inf folder
contextConfigLocation
/WEB-INF/applicationContext*.xml
if you are putting in src/resource folder
contextConfigLocation
classpath*:applicationContext*.xml
one more thing if you get the error like the below link after doing modification.
http://www.bpjava.net/Struts2_Configuration_Plugin/config-browser/showBeans.action
the solution is given at end.
or you can do the following.
in struts.xml