I want to remove port number from URL. I have installed apache server and tomcat both on ubuntu. And created SSL certificate on a domain name. So it's fully secure connection.
Below is my URL. https://DomainName:8443/AppName. The application is running fine with above URL.
I am expecting URL - https://DomainName/AppName