You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matt Goss <mg...@rtci.com> on 2000/08/29 19:40:16 UTC

ISP question:tomcat for multiple domains

Hi everyone,
I am attempting to set up tomcat as the servlet/JSP engine for my
companie's clients and came upon this problem. We have multiple domains
(one for each client) and each one has it's own context. I know that
when you modify a JavaBean or Servlet, you have to restart Tomcat to get
the changes to take effect. How do we set up tomcat so that when one
client needs to reload thier context it doesn't reload our other clients
sites???

I know you can create multiple instances of Tomcat. Would this be the
correct solution for this problem or is there a better way???

Thanks in advance,
Matt Goss