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_
java.net.BindException: Address already in use: JVM_Bind :8009
This means that some other process is already using this port. Could it be another Tomcat instance?