Hello,
System setup:
Backend network address: server_i0.domain.com.au
Backend ip address: 10.10.1.10
Frontend network address: server_e0.domain.com.au
Frontend ip address: 172.16.195.10
ABAP HTTP Message Server port: 8125
ICM port: 8025
The backend network is obviously a highspeed network that our SAP servers use to communicate to each other.
The frontend network is our LAN/WAN environment that our end users use to access our SAP systems.
From the browser (IE 6.0) if I enter the following URL:
http://server_e0.domain.com.au:8125 I should be automatically redirected to http://server_e0.domain.com.au:8025
This is not happening. It works if I define the server_i0.domain.com.au address in my hosts file on my pc referencing the LAN/WAN IP address of 172.16.195.25 and then use the URL of http://server_i0.domain.com.au:8125 (auto redirected to port 8025)
What do I need to do on the backend WAS to allow server_e0.domain.com.au:8125 to redirect to port 8025??
Regards
Shaun