Well, the BindException for port 8080 at the start means that tomcat couldn't
use the port it was supposed to use because another program was already using
that port.
That's often an older tomcat process that didn't shutdown properly, so before
your next startup attempt you might want to take a look at the task manager if
there are tomcat/java processes running that shouldn't be running anymore.