Community
Participate
Working Groups
Build Identifier: 7.4.2.v20110526 1) shell script doesn't work as it on solaris. I did some small modification (see attached) 2) using --exec create 2 processes (workaround : use JAVA_OPTIONS variable) 3) the stop command only kill one process Reproducible: Always Steps to Reproduce: 1. add --exec options in start.ini 2. start jetty with "jetty.sh start" => 2 processes are started 3. stop jetty with "jetty.sh stop" => only one process is killed
Created attachment 198642 [details] jetty.sh changed for solaris jetty.sh modified to work on solaris : remove += commands that doesn't work properly.
Thomas, can you look at this contribution and see how it relates to the similar fixes recently I'm thinking that we can mark this one as fixed ?
Yes, this has been fixed already. Just retested it with --exec options. If you now kill the parent process or shutdown jetty both process' are being terminated.
^^