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 ser
I guess you installed Java EE 5 which has no AsyncContext. Update to Java EE 6 which has that: Java EE 6 Doc