You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kieron Wilkinson <ki...@viewgate.com> on 2002/07/15 12:19:37 UTC

HUP signal stops Tomcat?

Hi,

This is rather academic and purely to enhance consistency, but when I send a
HUP signal to the Tomcat process I expected it to restart, but it actually
stopped the process. Is this behaviour by design?

If I submitted a fix/change for this, or put it in as a request - is it
likely to be included?

Thanks for any help,

Kieron Wilkinson

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: HUP signal stops Tomcat?

Posted by David Goodenough <da...@btconnect.com>.
On Monday 15 July 2002 11:19, you wrote:
> Hi,
>
> This is rather academic and purely to enhance consistency, but when I send
> a HUP signal to the Tomcat process I expected it to restart, but it
> actually stopped the process. Is this behaviour by design?
>
> If I submitted a fix/change for this, or put it in as a request - is it
> likely to be included?
>
> Thanks for any help,
>
> Kieron Wilkinson

Tomcat is written in Java which has no concept of signals as they are not
consistantly available on all platforms.  It is this unlikely that Tomcat
could ever support such signals.  Run in conjunction with Apache or some
other Web Server yes it can, but on its own, no.

David

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>