Re: [PATCH] jk_nt_service shutdown

2000-11-04 Thread Craig R. McClanahan
Luke, I apologize for not giving you credit for this patch -- it was included (along with other patches) by someone else. But thanks!!! Craig McClanahan "Kirby, Luke" wrote: > Hi! > > It would seem that the Jakarta NT Service fails to properly shutdown Tomcat. > Examining the code shows that

[PATCH] jk_nt_service shutdown

2000-10-24 Thread Kirby, Luke
Hi! It would seem that the Jakarta NT Service fails to properly shutdown Tomcat. Examining the code shows that it does the right thing and sends the ajp1[23] shutdown message but then happily proceeds to terminate the Tomcat process before it has a chance to shutdown gracefully. Oops! The patch