Communication between 2 wars in the same Java Servlet Container

26 Views Asked by At

How do I call a war endpoint from a war that is running in the same server? The same way a client would do or is there any way of doing this interaction more "light" (without involving HTTP).

I know that I could use some libraries like resteasy client library but I was wondering if there is a more straightforward way

0

There are 0 best solutions below