cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Management Console listeners (port 5<instance#>13)

Former Member
0 Kudos

When I look to see what ports are listening on my server I notice that there are 3 ports that are listening on HTTP. One of them is an ABAP instance, the other a JAVA, and the last corresponds to our TREX server.

When I connect to the port via a web browser (http://servername:5<instance#>13), I notice that it's the SAP Management Console.

Anyone know where the configuration for these services are so that I can disable them from listening?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks, I came across that but it does not give much information on how to get port 5$$14 (https) to come up and for port 5$$13 (http) to be disabled.

As well, I'm trying to find out how to disable normal http access via 5$$00 and only have 5$$01 through https. I've read many many notes and documentation but, to be honest, I haven't been able to find anything valuable.

former_member265210
Active Participant
0 Kudos

j2ee port info:

http://help.sap.com/saphelp_nw04s/helpdata/en/52/46f6a089754e3a964a5d932eb9db8b/frameset.htm

how to disable http port over https?

1. login to Visyal admin

2. Dispatcher > services > HTTP provider >

3. edit

proxymappings > 50000=(Host:hostname,Port:50001,Scheme:https,Override:true)

4. restart the "HTTP provider" or j2ee engine

Result: all http incomming request will be converted to https req.

Regards

Shridhar Gowda

>>p.s: don't forget to reward points.

ian_black
Explorer
0 Kudos

Hi Jason,

We too would like to access the SAP MC via 5xx14 rather than 5xx13, but although the URL is 5xx14, when it goes into the SAP MC it appears to revert back to 5xx13, this can be seen in the firewall logs. Did you find out how to get the SAP MC working on https?

Regards

Ian.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you very much.

Former Member
0 Kudos

Hello again... ok I figured out that sapstartsrv is actually starting the SAPMC by itself. Now I'm just wondering how I can set it up so that it only uses HTTPS and disables normal HTTP. Is there a way?

Former Member
0 Kudos

Hi. Read this

http://help.sap.com/saphelp_nw70/helpdata/EN/44/c707c053550f2ce10000000a1553f7/frameset.htm

In "Start SAP MC" exist information about HTTPS and HTTP

And note 1014480.

Regards. Award if helpful.