views:

158

answers:

0

i am developing a java project using struts 2.0.6 on eclipse ide. i hav set all my classpaths and also added the struts jar files in my libraries. while deploying the application the server starts and the war file is also created . However when running JBoss web interface through http://localhost:8080/modified/login.jsp i get an error that Requested resource not found.

here is my project structure modified /Deployment Descriptor: modified /java resources/action/struts.xml /java resources/action/Action_login.java /WebContent/META-INF/MANIFEST.MF /WebContent/WEB-INF/web.xml /WebContent/login.jsp