Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 60393 invoked from network); 28 Jun 2000 18:48:55 -0000 Received: from unknown (HELO ibnnet.ibelong.net) (4.17.130.131) by locus.apache.org with SMTP; 28 Jun 2000 18:48:55 -0000 Received: from postie.ibelong.com by ibnnet.ibelong.net (SMI-8.6/SMI-SVR4) id OAA06921; Wed, 28 Jun 2000 14:44:37 -0400 Received: from aaamr (dhcp-164-950winter.ibelong.net) by postie.ibelong.com (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0FWV00KNOO72ZF@postie.ibelong.com> for tomcat-user@jakarta.apache.org; Wed, 28 Jun 2000 14:47:28 -0400 (EDT) Date: Wed, 28 Jun 2000 14:49:57 -0400 From: Adam Ronthal Subject: RE: Shutdown error.... In-reply-to: X-Sender: aronthal@mail.ibelong.com To: tomcat-user@jakarta.apache.org, "'tomcat-user@jakarta.apache.org'" Message-id: <4.2.2.20000628144328.02f315e0@mail.ibelong.com> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Content-type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N At 01:29 PM 6/28/00 -0500, Kalusniak, Jeff wrote: >I get the same thing and have asked that question several times. However, >no response yet. We are continuing to troubleshoot this issue. Let's hope >someone else has seen it. It is mentioned several times in the list >archives, >but I've never seen a resolution. > >Are you using the "inet" parameter in the Connector section? We do, and >this >inability to shutdown gracefully is the result. When we remove the "inet" >statement, it works fine. But, we have to use the "inet" parameter because >we >have to bind to a specific port. We also have to bind to specific ports, but I'm not familiar with the inet statement... My connector sections looks like this: Or this, depending on what I'm doing: Oddly enough, it seemed fine until I started mucking with the thread pooling stuff. In the mean time, I use a killall.sh script to shutdown: #!/bin/sh ps -ef | grep java1.2 | grep tomuser | grep -v grep | awk '{print $2}' | xargs kill -9 >Sorry I wasn't of help yet, but maybe between the two of us, we can figure >it out >or get a response! I'll keep digging and post here if i find anything. -Adam -- Adam Ronthal Operations Engineer iBelong, Inc. aronthal@ibelong.com 781-672-8231