Tag: apache
Connecting Apache to Tomcat: mod_jk
by Andrew on Feb.26, 2009, under Tips
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 it’s a bit of a pain to get working — it required changes to five different config files. So I’ve pasted the required changes here, hopefully this will be helpful.