I want to execute my web app as http://localhost.
http://localhost
On a Linux Debian-based (so Ubuntu included) you have also to go to /etc/default/tomcat7, uncomment the #AUTHBIND=no line and set its value to 'yes', in order to let the server bind on a privileged port.
/etc/default/tomcat7
#AUTHBIND=no