You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
I'm sort of shocked to realize that CATALINA_OPTS is completely broken in systemd with this module. It's calling java direct so there's nothing to actually -add- CATALINA_OPTS in.
If I add $CATALINA_OPTS before the classpath in start/stop in systemd it seems to work. I don't want to submit this as a PR as I'm not confident this is the right approach. Without this all the catalina_opts stuff is completely ignored, however.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys,
I'm sort of shocked to realize that CATALINA_OPTS is completely broken in systemd with this module. It's calling java direct so there's nothing to actually -add- CATALINA_OPTS in.
If I add $CATALINA_OPTS before the classpath in start/stop in systemd it seems to work. I don't want to submit this as a PR as I'm not confident this is the right approach. Without this all the catalina_opts stuff is completely ignored, however.
The text was updated successfully, but these errors were encountered: