Hi all !
I need to integrate Apache Web Server with 4 Jakarta Tomcat Servers.
Is it possible to create a configuration made of 4 Virtual Hosts so
that -depending on the port- will use a different Tomcat
configuration?
Listen 8080
<VirtualHost 10.0.1.2:8080>
include modjk1.properties
</VirtualHost>
Listen 8081
<VirtualHost 10.0.1.2:8081>
include modjk2.properties
</VirtualHost>
........and so on....
So in modjk1.properties will forward to Tomcat 1,
modjk2.properties will forward to Tomcat2
Is it possible to do it, or there can be only one include modjk ?
Thanks a lot
Francesco
