cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear all,

i want to connect to a Web Application Server using the HTTP port, but it is not working.

http://localhost:50100/

HTTPS is working without any problems.

https://localhost:50101/

I started hte HTTPS site and checked the system information, please see attached jpg.

The system overview tells me, that HTTP Port is null.

But how can i change it?

Thanks in advance for our help.

Kind regards,

Klaus

0 Likes
View Entire Topic
yakcinar
Active Contributor
0 Likes

Hello,

Check icm/server_port_XX  parameter.

You can define them in proofile parameters as described in below link.

icm/server_port_<xx> - Internet Communication Manager (ICM) - SAP NetWeaver - SAP Libr...

Default Values AS Java

icm/server_port_0 = PROT=HTTP , PORT=5$ (SAPSYSTEM) 00, TIMEOUT=60 , PROCTIMEOUT=600

icm/server_port_1 = PROT=P4 , PORT=5$ (SAPSYSTEM) 04

icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

icm/server_port_3 = PROT=TELNET , PORT=5$ (SAPSYSTEM) 08, HOST=localhost

Regards,

Yuksel AKCINAR