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
It would be great having a configuration property, e.g. spring.application.pid=/var/lock/${appName} which specifies the location the app writes its PID to. Currently this can be passed to ApplicationPidListener via constructor parameter. Problem here is that accessing the Environment may be tricky.