I have two to three systems, let say System A,B,C which are connected to a wireless hotspot on any of the three system
On system A, I have undertow server running, in which I can access on the very system A over "localhost:8080" in the browser or apps. I want System B,C to also be able to access the service using a particular IP address not necessarily "localhost:8080". I mean I want internet browser or apps on system B and C to be able to access the same services render by by undertow server on System A.