Hello,
I am using apache/1.3.20 and tomcat 3.2.3 on a linux box to serve
different servlets (with vortual hosting). That works fine.
But now I have to serve another servlet with tomcat 3.2.3, and this has
to be with a tomcat started by an older java version (older than I use
on my other servlets).
So, my question is, is there a way to run multiple tomcat processes
attached to apache?
How do I configure apache/tomcat, so that requests for one virtual host
are delivered to one tomcat and requests for another virtual host are
delivered to a second tomcat?
I didn't found anything about that in the docs?!?
Thanks,
Carsten Kaemmerer