eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
381 stars 143 forks source link

Better control over System.properties #23593

Open dmatej opened 3 years ago

dmatej commented 3 years ago

General issue

Example: ServerEnvironmentImpl

Example: SystemPropertyConstants and Constants and ...

github-actions[bot] commented 2 years ago

This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment

github-actions[bot] commented 1 year ago

This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment

github-actions[bot] commented 3 weeks ago

This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment

OndroMih commented 3 weeks ago

@dmatej, @avpinchuk , do you think that the issue with ServerEnvironmentImpl could be simply solved by adding the @RunLevel(value = InitRunLevel.VAL, mode=RunLevel.RUNLEVEL_MODE_NON_VALIDATING) annotation on the class to start it at the init run level?

OndroMih commented 3 weeks ago

Or maybe even @RunLevel(RUNLEVEL_VAL_IMMEDIATE), which should start the service immediately?