First learn how to specify a class in struts.xml
class="/LoginApplication/src/ValidateLogin" is wrong way to specify
/Pages/Success.jsp
/Pages/Failure.jsp
You should correct it and write class="ValidateLogin" if the file name is ValidateLogin.java
If the java class file is in some package then it should be
class="yourPackageName.ValidateLogin"