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
Hi,
I have a cluster of Tomcat servers. The load balancing is made by a single
apache mod_proxy_ajp server.
I'd like to know if it's possible to have this :
-- --
| LB 1 | | LB 2 |
-- --
__ __ __
| Tomcat1 | | Tomcat2 | | Tomcat