Connecting Apache to Tomcat: mod_jk
I spent yesterday afternoon trying to get Tomcat web apps served via Apache, since that decouples the public interfaces of our web services from their implementation — people don’t need to know when they hit a service that it’s running on a Tomcat server on port 8080. There’s a connector to allow this, mod_jk, but [...]
Also tagged apache