I can get one virtual host and one JBoss-AS cluster to work. When I do this, I get the mod-cluster-maneger information that there are applications available at ajp://192.168.0.1:8009 and ajp://192.168.0.2:8009 (which is the port on which my first JBoss-AS cluster is listening. The application is also available
When I hookup a second virtual host in Apache, I get information in mod-cluster-manager for ajp://192.168.0.1:8109 and ajp://192.168.0.2:8109 (which is the port of the second JBoss-AS cluster). Now the second application is available. The first application (on port 8009) is not visible in mod-cluster-manager anymore and the application is unavailable.
Any ideas what causes this ?
For your information:
- application1 is running on the cluster consisting of 192.168.0.1:8009 and 192.158.0.2:8009 JBoss-AS
- application2 is running on the cluster consisting of 192.168.0.1:8109 and 192.158.0.2:8109 JBoss-AS
Any idea if the IP-addresses of the cluster must be differen too ?