Amy Roh wrote:

> Does tomcat allow multiple instances running on the same machine?

You can do this if you run Tomcat on different port numbers.

>  What happens
> if you have different JSP files with same name on different ports?  Does it
> create one java file or two?  Will one overwrite the other one?
>

There's two different scenarios:

* Do you have separate TOMCAT_HOME directory hierarchies?
  If so, everything is independent of each other, and no overwrites
  will occur

* Are you sharing TOMCAT_HOME directories?  You are most
  likely going to have overwrite problems, because the work directories
  will be shared.

>
> - Amy
>

Craig McClanahan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to