Hi,
I'm using RedHat
Linux 6.2. I can start JBoss in the background by running "run.sh &".
However, I cannot properly kill it. I can only kill the parent process (run.sh)
by issuing "kill -9 pid". This abruptly terminates JBoss without invoking its
shutdown procedure. (I'm not seeing the shutdown commands in the
server.log.)
Under Windows I can
achieve a clean shutdown by ^C-ing in the Window. However sending an interrupt
(^C) or quit signal under Linux using "kill -2" or "kill -3" doesn't work at
all.
Help me out please.
How can I properly shutdown JBoss under Linux? I'm using IBM's JDK 1.3 if that
matters.
Regards
-Laurens
