i have created a tiles application in
struts 2.1.6. i am getting the following error on starting up the
tomcat server:
java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter. StrutsPrepareAndExecuteFilter
and page is not opening. the description is
The requested resource (/aqg/index.jsp) is not available.
i have included the following jars in the lib folder:
commons-beanutils-1.7.0.jar
commons-digester-1.8.jar
commons-fileupload-1.2.1.jar
commons-io-1.3.2.jar
commons-logging-1.0.4.jar
freemarker-2.3.13.jar
ognl-2.6.11.jar
struts2-convention-plugin-2.1.6.jar
struts2-core-2.1.6.jar
struts2-tiles-plugin-2.1.6.jar
tiles-api-2.0.6.jar
tiles-core-2.0.6.jar
tiles-jsp-2.0.6.jar
xwork-2.1.2.jar
please find below my code:
index.jsp
web.xml
struts.xml
tiles.xml
similarly other jsps are also coded. Please let me know where i am going wrong.