I have done the following settings to run a Java web project but somehow my Tomcat is not starting from Eclipse:
JAVA_HOME : C:\\Program Files\\Java\\jdk1.6.0_
Other Tomcat is running on the same port so better to kill using 9 rather than 15
kill -9 PID
This was helpful to me.