I have a web application this is running on tomcat and port 8080. I can not use 80 port because i don't have root priviliges linux machine. I want to do that when i print explorer tab [http://localhost], i want to open this application [http://localhost:8080/blah] is it possible? My server.xml
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
server="Sunucu"
allowTrace="false" />
if possible how can i do that? Thank you