All those mistakes are related to badly connected Apache and JDK.
- go to start>System>Advanced_system_settings>
- System Properties will pop-up go to Environment Variables
- in User variables you have to set variable: JAVA_HOME value: C:\Program_Files\Java\jdk1.8.0_161
- in System variables you need to put in the path: jdk/bin path & jre/bin path
and also you need to have JAVA_HOME C:\Program_Files\Java\jdk1.8.0_161
people usually forget to setup JAVA_HOME in System variables.
if you still have an error try to think step by step
- Open Event viewer>Check Administrative Events and Windows Logs>System
see the error. If that doesn't help
- go to C:\Program Files\Apache Software Foundation\Tomcat 7.0\logs commons-daemon.XXXX-XX-XX.log
and READ THE ERRORS AND WARNINGS...
there should be nicely put down in words what's the problem.