I am following this tutorial to build my first Struts2 example.
My project name (and war file also) is HelloWorld
and whenever I try to access
http://localhost:8080/HelloWorld/index.jsp
I get
The requested resource is not available.
I have my war file in tomcat webapps directory and tomcat is running fine.
Where am I going wrong?