On Mon, Jun 14, 2010 at 10:26 PM, Andrew Bruno <[email protected]> wrote: > I am trying to setup Apache with JkMount to tomcat to dynamically > handle different contexts in Apache, but always use the same context > in Tomcat.
That statement doesn't make sense to me, given your example, but... > http://apachefrontenddomain.com.au/a/customer-1.com -> jk ajp to -> > http://tomcatserver:8009/webapp > http://apachefrontenddomain.com.au/a/customer-2.com -> jk ajp to -> > http://tomcatserver:8009/webapp > http://apachefrontenddomain.com.au/a/customer-3.com -> jk ajp to -> > http://tomcatserver:8019/webapp2 > http://apachefrontenddomain.com.au/a/customer-4.com -> jk ajp to -> > http://tomcatserver:8039/webapp4 > > Doe anyone know how to do this? Do I need to use Aliasing or Rewriting? I would just use mod_proxy, but I'm a keep-it-simple kinda guy :-) FWIW, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
