Friendly URL for canvas app

What are the steps to create user friendly URL?
For example, I have something like servername:8080/myApp
How to point it to www.myapp.company.com?

Hi @aeremenko,

First you need to change the port in conf\server.xml to run on port 80 or SSL on port 443 if the site is going to be available outside the corporate network, see: Apache Tomcat 7 (7.0.109) - SSL/TLS Configuration HOW-TO

The friendly URL gets setup as a DNS entry by the system admins and points to the IP address of the server.