[Tomcat Server] - How to kill a service when happened a crash problem
Wednesday, January 10, 2018
Issue description: Sometime you restart or stoping apache service but that still restarting or stoping. It's not finish.
Apache service was crashed. The tips below help you fix it.
Step 1: Open command line
Step 2: Type the following command line below. Purpose find PID number of apache service.
Locate service |
Command line prompt |
+ Show Locate Service Detail
sc queryex <service_name>
Example: sc queryex LocateMCP
+ Kill the Apache Service process.
taskkill /PID <PID> /F
Example: taskkill /PID 4496 /F
Bài liên quan
Comments[ 0 ]
Post a Comment