I am trying to make a small login application in struts 2. My web.xml:
You need to add one more jar commons-lang3-x.x
scroll down to the end of apache logs you can find ClassNotFoundException: org.apache.commons.lang3.StringUtils :
Caused by: java.lang.ClassNotFoundException: **org.apache.commons.lang3.StringUtils**
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1711)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556)
... 55 more