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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to