Hi Everyone !
As Tomcat can also be used as normal HTTP server, is there a
possibility to run a Tomcat behind another Tomcat?
What exactly I am trying to do is,
http://localhost:8080/console/* should fetch response from
http://localhost:9090/console/*
I saw the balancer app that comes with Tomcat, but its doing
sendRedirect. I want the user to remain on same host:port, so doing
redirect is not and option.
--
------------------------
~ Siddharth ~
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)