I have installed a UniTime timetabling web application on my Ubuntu server. I followed the installation instructions here, UniTime Linux Installation. It uses Apache Tomcat8 and I have it running on http://localhost/UniTime. Now I want to access it outside localhost, say through a URL or http://server-ip-address/UniTime.
I have gone through the config files in /etc/tomcat8/ and so far, the file server.xml seems to be the right file to change. I also read about the AJP connector between Apache and Tomcat8 but I am not sure how to go about it.