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

Thanks Simone and Jan. I had to explicitly put crossContextDispatchSupported true in the war context xmls, which I didn't need to do in Jetty 10.x.

-Umesh.


On Tue, Dec 31, 2024, 07:45 Jan Bartel via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
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

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

Back to the top