Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cross context dispatch in Jetty 12.0.15

You need to call `ContextHandler.setCrossContextDispatchSupported(true)` either in code or via XML on _both_ the originating context and the destination context.


Jan

On Wed, 25 Dec 2024 at 02:23, umesh kudale via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
Hi,

Is cross context dispatch supported in Jetty 12.0.15? If yes, how to enable it in standalone mode?

Thanks,
Umesh.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top