Pradeesh Pakkat wrote:The jar files are placed exactly with in the web-inf/lib folder.
"WEB-INF/lib", correct? Case is important.
It looks like there was a problem with
JBoss and versions of
Struts prior to 2.2.3
see here.
You should probably be using the latest version of Struts, 2.3.16. There have been many bug fixes since the 2.2.x days.
Note that the error you posted is at the "WARN" level, so it shouldn't actually impact the application.
Do you have an "input" parameter for your action in struts.xml?