playframework / playframework/play1
can't disable http
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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