Hi everyone, in my company, we have developed a web repository for a university in Java. Obviously, this app is colocated in a tomcat server.
The principal website of the university is in an Apache2 server. With a domain name and ssl certificate installed. But now the problem is to have the same domain name or a sub domain (from the apache2 server) for the tomcat app.
Like: https://www.my-domain-from-apache.com/myTomcatApp
I tried this solution from this youtube tutorial at the bottom:
Virtual Host + Apache httpd server + Tomcat + mod_jk connector
But I don't have the same result. My page no appeared.
Thanks for your help.