On Mon, Jun 14, 2010 at 10:26 PM, Andrew Bruno <andrew.br...@gmail.com> 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 ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to