If your CA Mule or CA Tomcat service are not working or are missing, try this:
First (if you can see service in the SERVICES list) Find out short name for service.
From Services, Rt-Click on the service and select Properties.
Check that it is pointing to the correct PATH to the Executable - it might be pointing to the old/uninstalled one and you will need to re-install just the service.
Default is: CAMule
Open CMD with run-as-admin
Issue command:
Sc delete CAMule
Refresh services confirm it is gone.
You can do the same for CA Tomcat, if needed.
Then CREATE new services for Tomcat or Mule or both
Tomcat:
Navigate to C:ConnectAllCATomcatbin
Issue command:
Service.bat install (new name)
If the ''new name'' argument is blank, it will create the service with the default name (like ''Apache Tomcat 8.5 Tomcat8''), but you can specify the name (similar to the original name for instance) with the new name argument.
Mule:
Navigate to
C:ConnectAllmulesoftmule-standalone-3.9.0bin
Issue command:
mule install (new name)
If the name argument is blank, it will create the service with the default name (like ''ConnectAll-MuleV3.9''), but you can specify the name (similar to the original name for instance) with the new name argument.