Re: Tomcat port listening as SYSTEM

2016-03-28 Thread tomcat
On 28.03.2016 16:37, SUSIL SAHU wrote: netstat -ab | grep -B 1 "java" | grep "8080" | grep "LISTEN" How about netstat -ab | grep -A 1 "8080" | grep -A 1 "LISTEN" | grep -B 1 "java\.exe" - To unsubscribe, e-mail:

RE: Tomcat port listening as SYSTEM

2016-03-28 Thread Konstantin Preißer
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 list

Re: Tomcat port listening as SYSTEM

2016-03-28 Thread David kerber
On 3/28/2016 10:37 AM, SUSIL SAHU wrote: 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

Re: Tomcat port listening as SYSTEM

2016-03-28 Thread SUSIL SAHU
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

Re: Tomcat port listening as SYSTEM

2016-03-28 Thread David kerber
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

Tomcat port listening as SYSTEM

2016-03-28 Thread SUSIL SAHU
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] TCP0.0.0.0:8080 Lap80:0 LISTENING