Hi,
I am setting up jboss with mod_cluster using dockers. I have managed to set up a standalone and a domain configuration with slaves on docker using 3 different containers. But now I would like to use my mod_cluster to server subdomains. I am finding it difficult to map the ports and pointing them to the mod_cluster. I want to have 5 containers running on a docker host all pointing to the mod_cluster. In the end my aim is to have company1.example.com, company2.example.com, company3.example.com, company4.example.com and compay5.example.com. I already created my vhosts on httpd 2.2 and set the configuration to point to the mod_cluster but it is not working. Is there someone experienced this scenario?