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

AuditManager: Investigate systemd configuration to support Tomcat9 automatic restarts better #142

Open
servilla opened this issue Feb 27, 2024 · 0 comments
Assignees
Labels
maintenance Maintenance medium priority Medium priority

Comments

@servilla
Copy link
Collaborator

Investigate systemd configuration to support Tomcat9 automatic restarts better. Currently, the default systems service configuration, /lib/systemd/system/tomcat9.service, provides for auto-restart on-abort if SuccessExitStatus=143. Can this be improved when an Java "out of memory" occurs within the Tomcat context?

# Lifecycle
Type=simple
ExecStartPre=+/usr/libexec/tomcat9/tomcat-update-policy.sh
ExecStart=/bin/sh /usr/libexec/tomcat9/tomcat-start.sh
SuccessExitStatus=143
Restart=on-abort
@servilla servilla added maintenance Maintenance medium priority Medium priority EDI labels Feb 27, 2024
@servilla servilla self-assigned this Feb 27, 2024
@servilla servilla moved this to ToDo in Consolidated Issues Feb 27, 2024
@servilla servilla removed the EDI label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance medium priority Medium priority
Projects
Status: ToDo
Development

No branches or pull requests

1 participant