I am posting this here by recommendation in the thread I posted [here|NetWeaver CE 7.1 documentation for SAP Web Dispatcher?;.
I have installed SAP Web Dispatcher to test a simple, one host cluster environment and I am at the point of configuring it. The documentation says:
It requires minimal configuration - you just have to enter the following data in the profile file: Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>) Host and HTTP port of the SAP Message Server (parameter rdisp/mshost and parameter ms/http_port) Example If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web dispatcher. This then forwards the HTTP(S) request to a suitable application servers. End of the example.
Since I'm not experienced with NetWeaver configuration I need to know which profile file(s), specifically it's referring to and the syntax of the above. Right now in the SCS profile I see:
#----------------------------------------------------------------------- # SAP Message Server for Java #----------------------------------------------------------------------- rdisp/msserv = 0 rdisp/msserv_internal = 3906 ms/standalone = 1 ms/server_port_0 = PROT=HTTP,PORT=81$$
and in one of the Instance profiles we modified to support HTTPS I see:
# https port configuration icm/server_port_4 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, VCLIENT=1
So, what goes where - the rdisp/mshost and parameter ms/http_port in the SCS profile with what port? What will parameter icm/server_port_<xx> actually look like given the Web Dispatcher instance number, etc.? Once I get the basic functionality working, what about HTTPS/SSL?
Thanks,
William