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

add option to do a Jetty server dump to help with debug #101

Merged
merged 1 commit into from Mar 20, 2024

Conversation

lachlan-roberts
Copy link
Collaborator

add an option to do a Jetty Server Dump with a system property jetty.server.dumpAfterStart

Note: we can't just call server.dumpAfterStart(true) because the handler is created lazily and needs to be included in the dump.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@copybara-service copybara-service bot merged commit a29bbfd into main Mar 20, 2024
6 of 7 checks passed
@lachlan-roberts lachlan-roberts deleted the jetty-server-dump branch March 20, 2024 23:42
@lachlan-roberts lachlan-roberts restored the jetty-server-dump branch March 20, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants