I'm trying to make this tutorial work:
http://struts.apache.org/2.0.14/docs/hello-world.html
The structure of my webapp is
tutorial/
tutorial/META-INF
tutorial/WEB-INF
tutorial/WEB-INF/web.xml
tutorial/WEB-INF/lib
tutorial/WEB-INF/classes
tutorial/WEB-INF/classes/HelloWorld.class
tutorial/WEB-INF/classes/HelloWorld.jsp
tutorial/WEB-INF/classes/struts.xml
in lib i've copied all the
Struts 2 lib's jars
this is my web.xml structure:
this is my HelloWorld.jsp structure:
this is my struts.xml structure:
and this is the HelloWorld.class code:
When i go in the
Tomcat admin control panel this web app doesn't run... probably the container doesn't like my web.xml file. Why?