I use tomcat 7.0.42 on Ubuntu Linux 12.10.
I point my browser to http://localhost:8080/myapp
Can I create a virtual host in ubuntu which would allow me to hit the same address as
http://myapp.com
Basically creating an alias for localhost:8080/myapp
as myapp.com
?