Services start issue:
- Open command prompt in administrator mode.
- Navigate to the “Apache24\bin” folder by running
command:
cd C:\Apache24\bin - Uninstall service using the following
command:
sc delete [service name](e.g., “sc delete HCL.iAutomate.iParse”)
- Re-install the service using the
command:
(e.g., httpd -k install -n HCL.iAutomate.iParse –f C:/Apache24/conf/iParse.conf)httpd -k install -n “Service Name”-f Path of Conf file - Start the Apache service that you just installed.