Apache Web Server and Tomcat integration
am 20.09.2007 21:45:33 von marchioni.francescoHi 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
include modjk1.properties
Listen 8081
include modjk2.properties
........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