[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
- [JAVA] - Java Solution
- [Xampp] - New xampp security concept: Access Forbidden Error 403 - Windows 7 - phpMyAdmin
- [Tools] - Java VisualVM
- [Tips] - How to use jconsole tool.
- [Tips] Eclipse A->Z
- Eclipse A-Z
- Proxmox
- [TypeScript] - Basic to Advance
- Install Bugzilla on CentOS/Rocky OS
- [NoIp] - Install NoIp Client In Linux Servers
- Setup SSL of NoIP Domain Name (DDNS.NET) on NGINX
- Android Studio A->Z
Comments[ 0 ]
Post a Comment