Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Greg Wilkins
Manpreet, another option is to create a server side component that represents the communication between webapps and pass that into each webapp as a context attribute. On Mon, 9 Mar 2020 at 12:25, Jan Bartel wrote: > Have a look at the ServletContext.getContext and >

Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Jan Bartel
Have a look at the ServletContext.getContext and ServletContext.getRequestDispatcher methods and read up in the spec on request forwarding and including which happens only on the server side. Jan On Fri, 6 Mar 2020 at 07:33, Manpreet Singh wrote: > Hi, > > > > What would be the best way in

[jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-05 Thread Manpreet Singh
Hi, What would be the best way in Jetty to have 2 web applications communicate with each other without using HTTP calls? Thanks, Manpreet ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password,