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

Consider updating Domino status lines from a Liberty feature #53

Open
jesse-gallagher opened this issue Dec 27, 2020 · 0 comments
Open
Labels
domino enhancement New feature or request liberty

Comments

@jesse-gallagher
Copy link
Member

Currently, the status lines come from parsing the config.xml file when it's deployed, which is usually accurate, but doesn't necessarily reflect the true "listening on port" status if there's an error starting the server. More accurate would be to implement a Liberty feature that tracks the endpoint MBeans and updates the status lines there.

This would be most safely done in cooperation with the server process itself. Perhaps it would be best to establish a message queue in the Domino side and then have individual servers push into that. That way, if the Liberty server dies, it won't leave a status line hanging open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domino enhancement New feature or request liberty
Projects
None yet
Development

No branches or pull requests

1 participant