Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 50791 invoked from network); 2 Aug 2005 01:18:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 01:18:00 -0000 Received: (qmail 40645 invoked by uid 500); 2 Aug 2005 01:17:57 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 39729 invoked by uid 500); 2 Aug 2005 01:17:54 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 39716 invoked by uid 99); 2 Aug 2005 01:17:54 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 18:17:46 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 2527AE0; Tue, 2 Aug 2005 03:17:42 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 35967] New: - shutdown port 8005 not bound X-Bugzilla-Reason: AssignedTo Message-Id: <20050802011742.2527AE0@ajax.apache.org> Date: Tue, 2 Aug 2005 03:17:42 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35967 Summary: shutdown port 8005 not bound Product: Tomcat 5 Version: 5.5.9 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: darryl@darrylmiles.org >From my tomcat-users-list posting: I've never had TC bind itself to 127.0.0.1:8005 to allow correct shutdown to occur. I've always had to kill the TC JVM. I use JSVC to be able to get a non-root userid. Does this affect how the shutdown port works ? My startup command line: ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -classpath :/opt/jakarta-tomcat-5.5.9/bin/bootstrap.jar:/opt/jakarta-tomcat-5.5.9/bin/commons-logging-api.jar -Dcatalina.base=/opt/jakarta-tomcat-5.5.9 -Dcatalina.home=/opt/jakarta-tomcat-5.5.9 -Djava.io.tmpdir=/opt/jakarta-tomcat-5.5.9/temp -outfile ./logs/catalina.out -errfile ./logs/catalina.err -user jakarta -Xmx2048M -Xms512M -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start $ netstat -tanp | grep 80 tcp 0 0 ::ffff:127.0.0.1:8009 :::* LISTEN 4621/jsvc.exec tcp 0 0 ::ffff:127.0.0.1:8080 :::* LISTEN 4621/jsvc.exec 8009 is my AJP13, I have added address="127.0.0.1" to the default config, and 8080 is Coyete HTTP listener. If I start TC up without jsvc, then I can get it to listen on the shutdown port, why is there a difference. For interest I run the following to setup jsvc, should you wish to test for yourself: # Extracted TC to /opt/jakarta-tomcat-5.5.9 # To run it as java service need to build jsvc cd /opt/jakarta-tomcat-5.5.9/bin tar -zxvf jsvc.tar.gz cd jsvc-src autoconf JAVA_HOME="/opt/jdk1.5.0_04" export JAVA_HOME sh ./configure make cp jsvc .. cd .. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org