Hi all, I have followed the documentation about "Configuring for Multiple Tomcat JVMs" at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm l I'd like have multiple virtual hosts (on Apache) and each one mapping one of the Tomcat instance. www.host1.com --> /servlet/MyServlet1 www.host2.com --> /servlet/MyServlet2 I have configured "multiple tomcat" but when I try to map it with virtual host it doesn't work. It diplays that /servlet/MyServlet/ is unknown. Where and how can I configure the right mapping between Apache Virtual hosts and the right Tomcat instance ? Thanks for your time. Herv�
