• Andy Wilkinson's avatar
    Update launch script to wait for pid to be written to pid file · a1e0f2f5
    Andy Wilkinson authored
    Previously, the launch script would wait for the pid file to exist
    before continuing. This didn’t work 100% of the time as it left a 
    window where the file had been created but the PID had not been written
    to it that could result in an incorrect report of the app failing to
    start.
    
    This commit updates the script to wait for the file to have a size
    greater than zero before continuing. This ensures that the pid has
    been written to the file before the pid is read from the file and used
    to check that the process is running.
    
    Closes gh-4923
    a1e0f2f5
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...