Community
Participate
Working Groups
Build Identifier: jetty-7.2.0.v20101020 When the start.ini is modified with an --exec prefix STOP.PORT and STOP.KEY are behaving incorrectly. These two settings are indeed being honored but when the stop action is fired it is only stopping the parent process and not the actual child process that represents the web app server. Reproducible: Always Steps to Reproduce: 1. Modify the start.ini with an --exec prefix and STOP.PORT / STOP.KEY values 2. Start jetty 3. Attempt to stop jetty with --stop 4. Only the parent java process stops. Leaving the primary Jetty process running.
fixed in r2534