Hello, Thank you for your reply. I'll take a look at the example. However, I don't use "WebAppContext()", I instead have an AbstractHandler implementation. How do I set the configuration of the AbstractHandler implementation?
Thanks, Edwin S. Ramirez Date: Mon, 2 Dec 2013 07:13:19 -0700 From: Joakim Erdfelt <[email protected]> To: JETTY user mailing list <[email protected]> Subject: Re: [jetty-users] Embedded Jetty Servlet 3.0 Message-ID: <cag4zzzdzculr0jivh0+ce5x5ecezwu3_5ofkpccnselk-v9...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" This example project might help... https://github.com/jetty-project/embedded-servlet-3.0 Look at the src/test/java/com/company/foo/EmbedMe.java<https://github.com/jetty-project/embedded-servlet-3.0/blob/master/src/test/java/com/company/foo/EmbedMe.java> for an example on how to setup the server configuration for various Servlet 3.x features. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
