On Unix the typical behavior is for child processes to die (get a HUP signal)
when the parent shell process dies. That is when the shell is closed either
explicitely or because the connection is terminated.

You can get around that by using the 'nohup' command as in:

nohup your_command &

(That will redirect all output to a nohup.out file)

Or by creating some kind of virtual terminal. I have used either 'screen' and
VNC successfully for that.

jboss_init_redhat.sh will also run your server on the background and provide you
with some other nice features.

-- 
Rodrigo Chandía
Consultor de Software
ACM Group

[EMAIL PROTECTED]
www.acmgrp.com

Av. Paseo Enrique Eraso.
Torre Tamanaco, P1 Of. 1-B
San Román, Caracas, Venezuela 1060
Teléfono: +58(212)993-9097
Fax: +58(212)993-4302


Mensaje citado por Vladyslav Kosulin <[EMAIL PROTECTED]>:

> Meyer-Willner, Bernhard wrote:
> > Hi,
> > 
> > we're starting JBoss remotely on another machine to which we are
> connected
> > via an ISDN line. Problem is, when we cut the ISDN connection to the
> remote
> > machine, JBoss immediately shuts itself down if there are no other users
> > using JBoss on the remote machine. What does cause the shutdown? JBoss
> > should stay alive, after we have started it on the remote machine, even
> if
> > we temporarily cut the wire connection to that machine.
> > 
> > We're on JBoss 3.0.5. Any input would be greatly appreciated!
> 
> Is this linux?
> Use jboss_init_redhat.sh (BEST CHOICE), or tail. If you use run.sh 
> directly and close terminal connection, the sheel is being killed by 
> linux itself.
> 
> Vlad
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to