I have application running on tomcat server which is in Linux environment. When I'm running my application on Browser I give the URL as http://xxxx.xxx.com/Home/Login.jsp it does not work. Only by adding 8080 in the URL works. which is http://xxxx.xxx.com:8080/Home/Login.jsp.
Is there any way to resolve this issue and make it work without 8080 port number?