Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Embedded Jetty Servlet 3.0

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 <joakim@xxxxxxxxxxx>
To: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
Subject: Re: [jetty-users] Embedded Jetty Servlet 3.0
Message-ID:
        <CAG4zZZDZcULR0JiVH0+Ce5X5EceZwU3_5OfkPCCNSELk-V9Rog@xxxxxxxxxxxxxx>
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.



Back to the top