Hi friends,
I am new to struts 2. I did very small program using struts 2 it is saying requested resource not found error. I deplyed it using Apache tomcat.
My directory structure is
Check the startup logs. If nothing else, you're missing the commons-fileupload and commons-io libraries--but without specifics it's impossible to help further.
Hi
I dont know how to check startup logs. Helloworld.action not working. using struts-core-1.3.10.jar but my struts-core-1.3.10.jar doesn't contain struts-taglib.jar. I dont know how to refer the struts-taglib in taglib tag and where to place the struts-taglib.jar file. will problem be there?
<%@ taglib prefix="s" uri="/struts-tags" %>
1. I don`t know how to refer the struts-tags in the taglib uri tag. and where to place the struts-taglib.jar in the directory structure
2.Can you give hint how to read startup logs.
Hi David,
You were correct i changed the version of struts its working now, but now new problem comes when i put struts.xml file in
web-inf/classes/App/struts.xml it is showing index page
then when i send the request it is showing another error
There is no Action mapped for namespace / and action name Helloworld. but when i put it in
web-inf/classes/struts.xml it is not displaying index.jsp itself and saying
requested resource not found error