You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by "William A. Rowe, Jr." <li...@rowe-clan.net> on 2001/03/16 16:52:36 UTC

Re: mod_jserv/7171: (Win32) mod_jserv is not sending the SHUTDOWN message to the JServ Java process

From: "Paul Ashton" <pa...@tca.co.nz>
Sent: Thursday, February 15, 2001 4:20 PM

>  > Please try 1.3.17 and report back.
>  
>  I installed 1.3.17 as soon as it was available in case it fixed the
>  problem, but it didn't---behaviour is as for 1.3.14.

If you look at the mod_jserv.c source code, it's fairly apparent that Apache doesn't
take any responsibility for this if it's running in-process:

    jserv_child_init,           /* apache child process initializer */
    NULL,                       /* apache child process exit/cleanup */

Also, as a service, both Tomcat 3.2.1 and Jserv 1.1.2 as services don't tell the 
Win2000 SCM that they recognize and accept SHUTDOWN_EVENT.  WinNT sent the STOP_EVENT
to the service, but dropped that behavior on Win2000.

We would be happy to entertain a patch to correct this group of issues.
Thanks for the report!

Bill