Saturday 24 August 2013

Struts 2 : The requested resource is not available

404 in Tomcat while using struts2.

Check your struts.xml file .


There must be a missing entry in your Struts.xml file which is not referencing to your project repository.

All entries which are defined in your struts.xml file should point to correct java file in repository .




No comments:

Post a Comment

Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...