I am trying to follow the http://wiki.eclipse.org/Jetty/Tutorial/Jetty_HelloWorld tutorial (with Eclipse). The project compiles fine. However, when I hit the localhost server I get:
java.lang.ClassNotFoundException: javax.servlet.AsyncContext
Now it looks like that is defined in Java EE what do I need to add to the build path to get this to work? I have installed Java EE but I am not sure where to go from there.
I am trying this with
jetty-all-8.0.4.v20111024.jar
servlet-api-2.5.jar