Solved - HTTP Status 500 - No action instance for path /Login could be created
Solution :- Don't use the pakage name as java or sun. use something else. Due to security issues, don't start your package name with java and/or sun word. PFB. Actual Problem :- I am running the tomacat server its perfectly working and welcome file is displayed. But on submitting login form with user name & password , following error is given in browser. " HTTP Status 500 - No action instance for path /login could be created " Code of Struts-config.xml :- <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> <struts-config> <form-beans> <form-bean name="LoginForm" type="org.apache.struts.validator.DynaValidatorForm"> ...