Have a look at:
http://tomcat.apache.org/connectors-doc/reference/apache.html
especially the directive JkWorkerIndicator.
If you combine
SetHandler jakarta-servlet
(this tells apache to let mod_jk handle the request) with setting the
environment variable whose name ist set via JkWorkerIndicato
Hi,
I have a webapp "/app" installed on 2 Tomcat servers : one server is production
"t1" and the other, "t2", is development.
How can I, from a single apache (httpd) server, in a single virtualhost,
redirect /app to /app on t1 and /app_dev to /app on t2 ?
I tried the following but /app is t