Dear expert,
we have implemented 2 sap web dispatcher listening on different port in front of two different portal
https://webserver.domain.com:1441/irj that redirects using ssl-rencryption to https://myportaldevelopment.internal.net:5000/irj
https://webserver.domain.com:1443/irj that redirects using ssl-rencryption to https://myportalproduction.internal.net:5000/irj
Now we have some problems with the browser client in itenet that aren't able (in some cases) to access to the non-standard port 1441 and 1443.
What could I do ?
Could I use an Apache web server in front of the 2 sap web dispatcher ?
For example:
https://webserver.domain.com/dev redirects to https://webserver.domain.com:1441/irj
and
https://webserver.domain.com/prod redirects to https://webserver.domain.com:1443/irj
Is this possible ?
Could you help me ?
Thanks.
Mario