Updated: July 21, 2017
If you need Apache Tomcat to run on port 80, you can configure it to proxy requests to Web Help Desk on port 8081. This will make it appear as if the application is running on port 80.
ProxyPass /helpdesk http://localhost:8081/helpdesk
ProxyPassReverse /helpdesk http://localhost:8081/helpdesk