Hi,
I am a little lost when it comes to linking Tomcat to Apache in
circumstances where the urls to not map directly across to each other.
For example I have a Tomcat server with the following applications
deployed:
TOMCAT/app1
TOMCAT/app2
I wish to map different Apache urls across to specific Tomcat
contexts, for example:
http://app1.example.com/ to TOMCAT/app1.
http://app2.example.com/ to TOMCAT/app2
Using the jk connector documentation it is easy to setup the
following direct mapping (with JkMount /app1/* worker and JkMount /
app2/* worker):
http://www.example.com/app1 to TOMCAT/app1
http://www.example.com/app2 to TOMCAT/app2
But what I am after is a workers.properities or Apache directive that
will allow the mapping to be indirect i.e. / -> /app1/ for each
virtual host.
Is something like this possible using the same Tomcat host (and
preferably workers.properties file)?
Regards,
David
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]