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.

