Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Communication between a Servlet and a custom protocol

Hi,

On Mon, Jan 27, 2020 at 3:58 PM Josh Spiegel <joshlakewg@xxxxxxxxx> wrote:
>
> Thanks.  I can definitely break things up and use a module.  However, using webapps and configuring WebAppContext via mywar.xml doesn't seem to work since the call to webAppContext.getServer() returns null at the time the WebAppContext is configured.

<Map id="myContext"> will allow you to obtain the map by using <Ref
refid="myContext"/> so you don't need the Server anymore.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top