cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Web Application Server Port

Former Member
0 Likes
6,040

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

View Entire Topic
Former Member
0 Likes

Dear Yuksel AKCINAR,


thank you for your reply.


Now i have restarted the ICM in the ABAP Instance and the port is free now. I checked it with Netstat.


As you mentioned i added the line

icm/server_port_0 = PROT=HTTP , PORT=50100, TIMEOUT=60 , PROCTIMEOUT=600

to the instance profile of the JM3 instance by using notepad. I restarted the JAVA Instance.


Then i checked the Ports in the SAPMMC Tool Access Points as you toled, but 50100 is still not available.


I checked the ICM Parameters in the ABAP Stack using rspfpar and i got following values:

icm/server_port_0

PROT=HTTP,PORT=8000,TIMEOUT=2400, HOST=xxx, EXTBIND=1

icm/server_port_1

PROT=HTTPS,PORT=0443,TIMEOUT=2400, HOST=xxx, EXTBIND=1

icm/server_port_2

PROT=SMTP, PORT=0025,TIMEOUT=2400,HOST=xxx,EXTBIND=1

Is there in JAVA Stack a possibility to add the ICM Parameters through a web interface?

I do not understand why it will not work now.


Kind regards,

Klaus

yakcinar
Active Contributor
0 Likes

Hello Klaus,

You can use icm monitor from SAP MMC. For administration of icm you need to sign in.

You can create a user for signin using below first link.

The others are useful for icm.

Check active services in ICM admin screen on SAP MMC.

When you login you will have chance to "Change Service, Add Service, Activate/Deactivate Service, Delete Service"

Creating Administration Users - Internet Communication Manager (ICM) - SAP NetWeaver - SAP Library

Using the Web Administration Interface - Internet Communication Manager (ICM) - SAP NetWeaver - SAP ...

Using the Command Line Programs icmon and wdispmon - Internet Communication Manager (ICM) - SAP NetW...

Regards,

Yuksel AKCINAR