Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
1ad52b65
Commit
1ad52b65
authored
Mar 22, 2019
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document using the same port for the management server on CF
Closes gh-15640
parent
10f0bcf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+4
-0
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
1ad52b65
...
@@ -1136,6 +1136,10 @@ the following example:
...
@@ -1136,6 +1136,10 @@ the following example:
management.server.port=8081
management.server.port=8081
----
----
NOTE: On Cloud Foundry, applications only receive requests on port 8080 for both HTTP and TCP
routing, by default. If you want to use a custom management port on Cloud Foundry, you will need
to explicitly set up the application's routes to forward traffic to the custom port.
[[production-ready-management-specific-ssl]]
[[production-ready-management-specific-ssl]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment