eliminating the port number from the URL

Hi,

I am using Tomcat server.

I am accessing my application using the following url

http://www.myapplication.com:9080/abc

I wanted to eliminate the " :9080 " part from the url. I s it possible?

I want the same page to open with the url

http://www.myapplication.com/abc

Thanks in advance.

[337 byte] By [JHyenaa] at [2007-11-27 3:47:58]
# 1
http://www.myapplication.com/abc implies http://www.myapplication.com:80/abcYou would need to change your port from 9080 to 80
ChristopherAngela at 2007-7-12 8:51:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...