RE: How to separate tomcat instances?

2006-02-28 Thread Alex Jalali
changes that should apply to all copies. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:14 AM To: Tomcat Users List Subject: RE: How to separate tomcat instances? From: lk [mailto:[EMAIL PROTECTED] I'm not sure my solutions is correct: I

Re: How to separate tomcat instances?

2006-02-27 Thread Leon Rosenberg
I think it is possible to run as many instances of tomcat (including different versions) as your machine can 'carry'. This includes memory/cpu and port issues. Just install each instance into another directory and change the ports (http listener and whatever you need further). Drop your webapps

RE: How to separate tomcat instances?

2006-02-27 Thread Peter Crowther
From: lk [mailto:[EMAIL PROTECTED] I would like to know if it is possible to run multiple instances of tomcat. I've read the documentation and I found out that I can configure multiple workers to serve multiple instances of Tomcat. But I haven't understood if in this way the contexts

Re: How to separate tomcat instances?

2006-02-27 Thread lk
Peter Crowther wrote: From: lk [mailto:[EMAIL PROTECTED] I would like to know if it is possible to run multiple instances of tomcat. I've read the documentation and I found out that I can configure multiple workers to serve multiple instances of Tomcat. But I haven't understood if in this way

RE: How to separate tomcat instances?

2006-02-27 Thread Peter Crowther
From: lk [mailto:[EMAIL PROTECTED] I'm not sure my solutions is correct: I have 3 different directory, and each directory contains a complete binary distribution of tomcat. And I have to startup each tomcat instance. Is it the good way? It's not a *bad* way, as you can upgrade each one