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

SAP Web Application Server Port

Former Member
0 Likes
6,044

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,

Thanks for your reply. This is the status of the CMD command:

sapcontrol -nr 01 -function GetSystemInstanceList

03.03.2016 09:49:24

GetSystemInstanceList

OK

hostname, instanceNr, httpPort, httpsPort, startPriority, features, dispstatus

XXXX, 2, 50213, 0, 1, MESSAGESERVER|ENQUE, GREEN

XXXX, 1, 50113, 0, 3, J2EE|IGS, GREEN

Here is a screenshot from the SAP MMC

JM3 is JAVA, PM1 is ABAP.

I hope it helps.

Kind regards,

Klaus

yakcinar
Active Contributor
0 Likes

Hello Klaus,

So, if you define this parameter in instance profile of JC3 as seen below, it must work.

(not like this PORT=50200 (SAPSYSTEM) 00 , be carefull)

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


Regards,

Yuksel AKCINAR