Since "^C" supposedly shuts JBoss down gracefully, you should be able to
execute "kill -INT <procid>"  where "<procid>" is retrieved from a "ps"
command.

Jim

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Guy
> Rouillier
> Sent: Thursday, May 03, 2001 9:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] problems launching JBoss2.2.x from a user
> shell
>
>
> Having done this, is there a way to shut down JBoss gracefully,
> so it has a
> chance to shut down everything that is running in a controlled
> fashion?  Or
> do you just kill the process, and hope for the best?
>
> ----- Original Message -----
> From: "Jim Brownfield" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 03, 2001 11:40 AM
> Subject: RE: [JBoss-user] problems launching JBoss2.2.x from a user shell
>
>
> > Hi Juan,
> >
> > try "nohup ./JBoss2.2.1/bin/run.sh &"
> >
> > This should keep the terminal group from axing your JBoss
> subprocess when
> > the terminal exits.
> >
> > Jim
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of
> Juan Arraiza
> > > Sent: Thursday, May 03, 2001 2:03 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: [JBoss-user] problems launching JBoss2.2.x from a user shell
> > >
> > >
> > > Hi all,
> > > We are founding trouble when launching JBoss2.2.x as a background
> > > process from a user shell in Solaris 2.6. If we close that
> user terminal
> > > (or finish the X-Windows session) from which we have launched JBoss,
> > > JBoss dies.
> > >
> > > We launch JBoss typing:
> > > ./JBoss2.2.1/bin/run.sh &
> > >
> > > In theory (although I confess I am not a great expert in Unix), that
> > > process we start does not depend on the terminal from which we have
> > > launched it (since it is launched as a background process). As I said,
> > > when we close that terminal, the process dissapears with it.
> > >
> > > Does anybody know why?
> > >
> > > TIA
> > >
> > > Juan
> > >
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to