Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

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 <janb@xxxxxxxxxxx> wrote:
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 <manpreet.singh@xxxxxxx> wrote:

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@xxxxxxxxxxx
To change your delivery options, retrieve your password, or 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