Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x Review and correct doc for using alternate ports for Helidon-provided services #9437

Closed
tjquinno opened this issue Oct 25, 2024 · 0 comments · Fixed by #9438
Closed

4.x Review and correct doc for using alternate ports for Helidon-provided services #9437

tjquinno opened this issue Oct 25, 2024 · 0 comments · Fixed by #9438
Assignees
Labels
4.x Version 4.x bug Something isn't working docs observability webserver

Comments

@tjquinno
Copy link
Member

Environment Details

  • Helidon Version: 4.x
  • Helidon SE or Helidon MP MP
  • JDK version:
  • OS:
  • Docker version (if applicable):

Problem Description

Doc error: https://helidon.io/docs/v4/mp/server#conf-additional-ports

The socket config seems OK but the change for metrics and health are incorrect.

For a correct set-up see the MP multiport example: https://github.com/helidon-io/helidon-examples/blob/helidon-4.x/examples/microprofile/multiport/src/main/resources/application.yaml

Steps to reproduce

In the MP QuickStart app follow the instructions in the first link above, except use "localhost" for the host so you can actually try it. Then build and start the server. Helidon continues to response at the default port 8080 for /metrics instead of the apparently-configured alternate port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working docs observability webserver
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant