Hey Gurus,
I am having the following situation.
- HTTP access works perfectly fine with port 80$$
- HTTPS access works with port 443$$
($$ = instancenumber = 00)
Parameters currently set:
- icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=60,PROCTIMEOUT=60
- icm/server_port_2 = PROT=HTTPS,PORT=443$$,TIMEOUT=60,PROCTIMEOUT=60
Currently I can only call a SAP WEb Service by entering the following URL:
http://<hostname>:8000/sap/...
https://<hostname>:44300/sap/...
Now what I want to do is to be able to call a SAP Service by entering URL:
http://<hostname>/sap/... (http://<hostname>:80/sap/...)
https://<hostname>/sap/... (http://<hostname>:443/sap/...)
As far as I understood I need to create virtual ports for the already running Services (HTTP and HTTPS)
Can I also create some virtual hostename?
Does anyone of you have hints on how this can be accomplished?
Kind Regards,
Niklas