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ßer


> -----Original Message-----
> From: SUSIL SAHU [mailto:susilsahu...@gmail.com]
> Sent: Monday, March 28, 2016 4:37 PM
> To: Tomcat Users List <users@tomcat.apache.org>
> Subject: Re: Tomcat port listening as SYSTEM
> 
> 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:
> 
> netstat -ab | grep -B 1 "java" | grep "8080" | grep "LISTEN"
> 
> This doesn't return any value bcz it is listening as SYSTEM instead of
> java.exe.
> 
> [System]
>    TCP    0.0.0.0:8080          Lap80:0           LISTENING
> 
> I am not sure how to fix this issue.
> 
> Thanks,
> susil
> 
> 
> On Mon, Mar 28, 2016 at 7:39 PM, David kerber <dcker...@verizon.net>
> wrote:
> 
> > 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-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to