Wie deaktiviere ich den HTTP-Port im Play Framework?
Wenn ich Play Framework über den https-Port ausführe, wird die Anwendung über zwei Ports gestartet - Standard (9000) und https (443). Wie deaktiviere ich den Standard-9000-Port und führe die Play-Anwendung NUR auf dem https-Port aus?
Ich führe die Anwendung über den folgenden Befehl aus:
play -Dhttps.port=443 -Dhttps.keyStore=/path/to/keystore -Dhttps.keyStorePassword=password start
Ich bekomme ein paar Protokolle:
[info] play - Anwendung gestartet (Prod)
[info] play - HTTP abhören am / 0: 0: 0: 0: 0: 0: 0: 0: 0: 9000
[info] play - Hört auf HTTPS am Port / 0: 0: 0: 0: 0: 0: 0: 0: 0: 443