HTTP/HTTPS Port Number Reference

HTTP and HTTPS ports, default assignments, and protocols.

Type Default Protocol Where Configured

client communications, unsecured

8080

HTTP

File: SMP_HOME\Server\config_master\org.eclipse.gemini.web.tomcat\default-server.xml

Setting: <Connector port="8080" ...

client communications with one way SSL authentication

8081 (secure)

HTTPS

File: SMP_HOME\Server\config_master\org.eclipse.gemini.web.tomcat\default-server.xml

Setting: <Connector protocol="com.sap.mobile.platform.coyote.http11.SapHttp11Protocol" port="8081" ...

client communications with mutual SSL authentication

8082 (secure)

HTTPS

File: SMP_HOME\Server\config_master\org.eclipse.gemini.web.tomcat\default-server.xml

Setting: <Connector protocol="com.sap.mobile.platform.coyote.http11.SapHttp11Protocol" port="8082" ...

administration port, Management Cockpit and Kapsel command line interface (CLI) communications with one way SSL authentication

8083 (secure)

HTTPS

File: SMP_HOME\Server\config_master\org.eclipse.gemini.web.tomcat\default-server.xml

Setting: <Connector protocol="com.sap.mobile.platform.coyote.http11.SapHttp11Protocol" port="8083" ...

Note: Keystore certificates are used for SSL authentication of SAP Mobile Platform Server communication ports.
Related concepts
Starting and Stopping the Management Cockpit on Windows
Starting and Stopping the Management Cockpit on Linux
Managing Keystore and Truststore Certificates
Related tasks
Managing Firewalls and Intrusion Prevention
Related reference
Configuring HTTP/HTTPS Port Properties