Laurens,
 
The jboss management interface can be used to shutdown jboss via http://localhost:8082/ViewObjectRes//DefaultDomain%3Atype%3DShutdown.
 
Paul
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Laurens Fridael
Sent: 20 June 2001 09:44
To: Jboss-User
Subject: [JBoss-user] Proper shutdown under Linux

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

Reply via email to