I have an application installed on a WebSphere 8.5 application server which respond to the url: host_or_ip:9081/Stuff.
The requirement is that when i call the url host_or_ip:9080/Stuff. the request goes to: host_or_ip:9081/Stuff without going back to the client in the process (no redirect)
The host and the context root are the same, the port changes from 9080 to 9081.
I've thinked about a web server like IHS, but i don't know how to configure it properly. Moreover i've searched for a similar issue online and i found many different ways to do similar things like url rewriting, virtual hosts and http servers.
Which one should i choose and how it works?
Thank you in advance