I have a war file which is created from eclipse Dynamic web project, it has jsp and servlet files. It's working fine by run on server in eclipse with tom cat server. Now I exported it to war file and trying to deploy in Embedded jetty server, I'm using Jetty 9.1.0. Its throwing
No JSP support. Check that JSP jars are in lib/jsp and that the JSP option has been specified to start.jar
What I'm missing, I cant find a fix. I'm using jetty-distribution-9.1.0.v20131115's all jar files.