playframework / playframework/play1

can't disable http

Open
#1,109 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.6k
Forks
671
Avg merge
12d 15h
Merged PRs (30d)
1

Description

env: play! 1.2.5

When I run Play Framework using https port, application starts on two ports - default (9000) and https (443). How to disabled default 9000 port and run the Play application ONLY on https port?

Logger.java.287 2017-02-15 15:54:34,546 INFO [main] play.Logger.info(287) | Listening for HTTP at /xx.xx.xx.xx:80 ...
Logger.java.287 2017-02-15 15:54:34,552 INFO [main] play.Logger.info(287) | Listening for HTTPS on port 443 ...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Play 1.2.5 server startup and configuration entry point, using the Logger.java line 287 messages and the reported HTTP ports as the symptom to trace. Determine how the default HTTP listener is enabled and define done as starting only the HTTPS listener without port 9000.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.