I have a VPS with CentOS7 with httpd + php running on 80 port and let's say with domainOne.tld
.
All of the web files are in /var/www/html
.
Now I need to run a java application on jetty on another domain, let's say domainTwo.tld
.
If I just install jetty it will be on 8080 port while httpd is on 80. They should work okay I guess, but is it possible to attach domainTwo.tld
to jetty's 8080 port while it not be accessed on domainOne.tld:8080
?