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

Reply via email to