spring-boot/spring-boot-integration-tests/spring-boot-launch-script-t.../src/test/resources
Andy Wilkinson 03deff9a1c Handle relative pid folder correctly in the launch script
Previously, a relative PID folder was not handled correctly when
running stop, status, or force_reload. This meant that a service
could be started when configured to use a relative pid file, but
then could not be stopped.

The PID folder should be treated as relative to the service's jar
file. This commit updates stop, status, and force_reload to push the
jar file's directory so that this is now the case for those three
commands.

Closes gh-7092
2016-10-13 16:51:54 +01:00
..
conf Update launch script integration tests 2016-05-09 11:37:38 +01:00
scripts Handle relative pid folder correctly in the launch script 2016-10-13 16:51:54 +01:00
logback.xml Add integration tests for default launch script 2016-01-13 13:28:14 +00:00