I am trying to run a application, the opening
jsp for which is the HelloWorld.jsp
I tried running the jsp using the URL
http://localhost:8080/struts2Tutorial/pages/HelloWorld.jsp, as my jsp is present in the location struts2Tutorial/pages/HelloWorld.jsp of
tomcat's webapps directory. But I got this exception -
org.apache.jasper.JasperException: File "/struts-tags" not found
As far as I know the tlds that we use in the jsp need to be declared in the web.xml. Please guide me on how to do this for Struts2.0