Community
Participate
Working Groups
Originally reported as JETTY-1321 at Codehaus by Florian Heinisch <florian@heinisch.cc>. When custom values for JETTY_RUN and JETTY_PID are set in jetty.sh, the command "./jetty.sh check" does not display the expected information "Jetty running pid=xx" (while jetty is running). That's because the script jetty.sh (version 6.1.26 in line 652, version 7.2.2 in line 555) looks for $JETTY_RUN/jetty.pid which should be $JETTY_PID (also applies to line 654 in version 6.1.26 and line 557 in version 7.2.2).
Committed r2690.