Thanks! See below... > > Multiple instances of Tomcat is a better way to go, see Ralph's explanation > posted previously in this thread. One instance of Tomcat, even on multiple > ports, means that everyone will wait while one person does maintenance or > stops and starts Tomcat. It's much more productive to give every one their > own environment to do as they wish. OK. That's what we want: not to have to wait each other.
> That said, it would also make a lot more sense to have your 3 developers use > an OS that is more conducive to development. Tomcat is a reference > implementation...if an app works on Tomcat on a Redhat box it will work on > Tomcat on a Windows box. We have 3 developers right now working on a new > app...each has Tomcat installed on their machine. The staging and > production servers are Redhat...so far there have been no problems deploying > apps developed on Windows to the Redhat servers. May be better, but we want to have our applications installed in only one machine (Enterprise Policy). Anyway I think we can install tomcat 3 times in different folders (on the RH73) and start then on different ports. On the other hand yesterday I was working with Tomcat on Windows and today I'm doing it on Redhat, and as you say..."no problem". -- Mauro > > > -----Original Message----- > > From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, October 01, 2002 11:59 AM > > To: Tomcat Users List > > Subject: Re: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS? > > > > > > All right. I'm pretty new working with tomcat and it will be > > very helpful > > and example of this. I do not even have the mod_jk.conf file > > anywhere, > > or the workers.properties. > > Thanks. > > > > -- Mauro > > > > On Tue, 1 Oct 2002, unix guy wrote: > > > > > I have found the best way is to have 1 tomcat running on 3 > > different > > ports. It increased our throughput exponentially. Just update the > > server.xml. Also use loadbalancer in the mod_jk.conf and > > workers.properties. > > > > > > Hope this helps. > > > > > > > > > ----- Original Message ----- > > > From: Mauro Daniel Ardolino <[EMAIL PROTECTED]> > > > Date: Tue, 1 Oct 2002 11:04:52 -0400 (ART) > > > To: [EMAIL PROTECTED] > > > Subject: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS? > > > > > > > > > > Hi! > > > > I thought there was an answer to this question in the > > list, but I've > > > > searched in tons of mails and didn't find it. > > > > > > > > The fact is that we are starting to work more seriously > > with tomcat and we > > > > really don't know which can be the best way to work in a team. > > > > We have tomcat 4.1.12 running on a RH73. There will be > > one person working > > > > in this machine. There are 2 more machines, one with > > RH62 and the other > > > > with Win98 (We are using X-Win32 for the win98 to execute linux > > > > applicarions). > > > > Well, all the applications are really running on the > > first machine, also > > > > Tomcat. > > > > > > > > The options: > > > > 1) have only one tomcat running on the RH73 and > > well...shout: "shut down > > > > tomcat!!" (we don't like this option ;) ). > > > > 2) have 3 tomcats on the same machine and each of us > > using one of them. > > > > 3) have 1 tomcat and start it on 3 different ports (how > > can we do that?). > > > > 4) I heared about "zones" on tomcat that we can start and stop > > > > separately...(I'm not sure). > > > > > > > > I would like to hear your opinions. > > > > > > > > Thanks in advance. > > > > > > > > -- Mauro > > > > > > > > -- > > > > Ing.Mauro Daniel Ardolino > > > > Departamento de Desarrollo y Servicios > > > > Altersoft > > > > Billinghurst 1599 - Piso 9 > > > > C1425DTE - Capital Federal > > > > Tel/Fax: 4821-3376 / 4822-8759 > > > > mailto: [EMAIL PROTECTED] > > > > website: http://www.altersoft.com.ar > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- Ing.Mauro Daniel Ardolino Departamento de Desarrollo y Servicios Altersoft Billinghurst 1599 - Piso 9 C1425DTE - Capital Federal Tel/Fax: 4821-3376 / 4822-8759 mailto: [EMAIL PROTECTED] website: http://www.altersoft.com.ar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
