Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5365218C5F for ; Mon, 28 Mar 2016 14:49:47 +0000 (UTC) Received: (qmail 84603 invoked by uid 500); 28 Mar 2016 14:49:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 84536 invoked by uid 500); 28 Mar 2016 14:49:45 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 84526 invoked by uid 99); 28 Mar 2016 14:49:45 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2016 14:49:45 +0000 Received: from DESKTOPF1DTQBM (pD9EE1CA8.dip0.t-ipconnect.de [217.238.28.168]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 4FC601A027F for ; Mon, 28 Mar 2016 14:49:44 +0000 (UTC) From: =?UTF-8?Q?Konstantin_Prei=C3=9Fer?= To: "'Tomcat Users List'" References: <56F93B32.4010303@verizon.net> In-Reply-To: Subject: RE: Tomcat port listening as SYSTEM Date: Mon, 28 Mar 2016 16:49:32 +0200 Message-ID: <000601d18901$0f690b10$2e3b2130$@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQDhCTOiH1c3gIGlJWeS3Spn65wfNQIBYjnBAhD4KZKhL1p4sA== Content-Language: de Hi, I think you need to look at the line below the port information, not the = one above. It should show "java.exe" (or "tomcat7.exe" if running as a = service). TCP 0.0.0.0:8009 DESKTOP-F1DTQBM:0 LISTENING [java.exe] TCP 0.0.0.0:8080 DESKTOP-F1DTQBM:0 LISTENING [java.exe] Regards, Konstantin Prei=C3=9Fer > -----Original Message----- > From: SUSIL SAHU [mailto:susilsahu123@gmail.com] > Sent: Monday, March 28, 2016 4:37 PM > To: Tomcat Users List > Subject: Re: Tomcat port listening as SYSTEM >=20 > It's working, server is starting properly as I mentioned. But I've = code > that check whether tomcat is running or not using below command: >=20 > netstat -ab | grep -B 1 "java" | grep "8080" | grep "LISTEN" >=20 > This doesn't return any value bcz it is listening as SYSTEM instead of > java.exe. >=20 > [System] > TCP 0.0.0.0:8080 Lap80:0 LISTENING >=20 > I am not sure how to fix this issue. >=20 > Thanks, > susil >=20 >=20 > On Mon, Mar 28, 2016 at 7:39 PM, David kerber > wrote: >=20 > > On 3/28/2016 9:58 AM, SUSIL SAHU wrote: > > > >> Hello, > >> > >> I am new to tomcat using version 7.0.28. I am able to start tomcat > >> successfully using startup.bat in windows 2008. > >> > >> But when tried to check the port number using netstat -ab, it is = listening > >> as SYSTEM instead of java.exe. > >> > >> [System] > >> TCP 0.0.0.0:8080 Lap80:0 LISTENING > >> > >> I need help to fix this issue. > >> > > > > Is it not working properly? That is normal for a windows service. > > > > > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org