put a apache webserver (httpd) in front of your tomcats, listening on
one port.
use mod_proxy or mod_jk to connect from apache to both your tomcats.
if you use mod_proxy and use different webapp path names, then set the
config emptySessionPath so that Tomcat doesn't set the webapp path in he
co
Hi,
I need to run two instances of tomcat as part of two web-applications, on
the same machine binding them to different ports.
Like say http://myhostname:8080 and http://myhostname:9090
But this has some problems when accessed from the same browser instance (say
using different tabs).
Session t