Start Services Server
From DocWiki
Contents |
Services Server Startup
- Total Java.exe at finish: 4
- Total Javaw.exe at finish: 13
- Total time for Startup: ~15 minutes
Debug JSP for Services Server Process ID correlation: http://<webserver>/system/web/view/platform/debug/listprocessids.jsp
Note: ProcessID on JSP = ProcessID of Java.exe/Javaw.exe in Task Manager on Services Server.
View a video example of Services Server Startup.
Useful Command When Stopping Services
Sometimes all Java.exe/Javaw.exe processes do not stop (or at least not fast enough for our short patience). To quickly kill all of them, run the following from the Windows Command Prompt:
- Taskkill /f /im java.exe
- Taskkill /f /im javaw.exe
