Caldarale, Charles R wrote:
From: Steve Mysterious [mailto:tinker...@gmail.com]
[...]
Well, if you really really need this, I suppose you could run several Tomcats, each sharing CATALINA_HOME (and thus the basic Tomcat code etc..), but each having its own CATALINA_BASE. Then, if you want to make this transparent for the users, you would put a nice Apache httpd in front, and have it proxy the requests to one or the other Tomcat depending on the URL.

Graphically :

User --> http://myserver:80
              (Apache)
                 |
                URL = /webapp1 ? --> Tomcat1:8081
                 |
                URL = /webapp2 ? --> Tomcat2:8082
etc..

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to