Hi, On Mon, Jan 27, 2020 at 3:58 PM Josh Spiegel <[email protected]> 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. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
