I am making a Struts 2 application using jTable which requires use of JSON. For this I am adding a Struts 2 JSON plugin jar to my project
struts2-json-plugin-2.3.8.jar
Without that jar my project is working fine (obviously without json capabilities) but when I am adding the above jar my landing page shows error
404 - resource not available.
The different jar that I am using are :
commons-fileupload-1.2.1.jar,
commons-io-1.3.2.jar,
commons-lang3-3.1.jar,
commons-logging-1.1.jar,
freemarker-2.3.13.jar,
javassist-3.11.0.GA.jar,
junit-3.8.1.jar,
ognl-2.6.11.jar,
servlet-4.0.6.jar,
struts2-core-2.1.6.jar,
struts2-json-plugin-2.3.8.jar,
xwork-2.1.2.jar
I am following this Setting up jQuery jTable plugin in Struts 2 framework.