I am using centOs VPS server with root access. I am using Apache Tomcat to run my java application. The problem that i am facing is that the Tomcat runs on port no 8080 and the default port no of Domain is 80. so whenever i hit my domain name it move to port no 80 where nothing is present. My application is working perfectly fine on domain.com:8080/.
I want when even i hit my domain domain.com . it automatically open my Java application. It does not show me the empty space.
I don't want to change my default port no of tomcat to 80. Is there any way to change the port no. of the website. i am having the root access and using WHMCpanel.