Vagrant Port Collision on Port 80, but Port 80 is not Forwarded in the VagrantFile
问题 I am following a simple tutorial that directs me to install Tomcat with Vagrant: vagrant init emessiha/ubuntu64-java --box-version 1.0.0 It then tells me to edit the VagrantFile to forward from 8080 to 8080, then do "vagrant up". When running "vagrant up" I get this message: Vagrant cannot forward the specified ports on this VM, since they would collide with some other application that is already listening on these ports. The forwarded port to 80 is already in use on the host machine. To fix