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.

e.g.

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 am using Apache 2.2 and Tomcat 6

Cheers
Andrew

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

Reply via email to