Re: running two instances of tomcat

2006-04-05 Thread David Rush
as a regular user. Now, even if the ports were conflicting, it would prevent one instance from being launched, instead of killing another instance, would it? At one time when i was playing with it on a testing platform (also linux), the launching of the 2nd instan

Re: running two instances of tomcat

2006-04-05 Thread Nic Daniau
grams / Apache Tomcat #1" menu entry > > > > HTH > > > > Nic > > > > On 22/03/06, Jim the Standing Bear <[EMAIL PROTECTED]> wrote: > > > >> Thanks, Chuck. I will take a closer look at RUNNING.txt. However, i > >> still > >>

Re: running two instances of tomcat

2006-04-05 Thread David Rush
nstance, would it? At one time when i was playing with it on a testing platform (also linux), the launching of the 2nd instance of tomcat 5.5 even killed a running tomcat 4.1.31! It was incredible :P -- Jim On 3/22/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: Jim the Sta

Re: running two instances of tomcat

2006-03-24 Thread Jim the Standing Bear
he exe installation. > > Regards Thomas > > -Original Message- > From: David Rush [mailto:[EMAIL PROTECTED] > Sent: 24. marts 2006 16:06 > To: Tomcat Users List > Subject: Re: running two instances of tomcat > > I'm confused. > > I first installed

RE: running two instances of tomcat

2006-03-24 Thread Thomas Bolding
--- From: David Rush [mailto:[EMAIL PROTECTED] Sent: 24. marts 2006 16:06 To: Tomcat Users List Subject: Re: running two instances of tomcat I'm confused. I first installed 5.5.15 using the exe (testing on a WinXP machine right now), and got it working. But to run multiple instances, it lo

Re: running two instances of tomcat

2006-03-24 Thread David Rush
I'm confused. I first installed 5.5.15 using the exe (testing on a WinXP machine right now), and got it working. But to run multiple instances, it looks as though I need the service.bat script, which is not included in the .exe. So I de-installed Tomcat, downloaded the .zip, and expanded it

Re: running two instances of tomcat

2006-03-23 Thread Nic Daniau
g launched, instead of killing another instance, would > it? At one time when i was playing with it on a testing platform (also > linux), the launching of the 2nd instance of tomcat 5.5 even killed a > running tomcat 4.1.31! It was incredible :P > > -- Jim > > > > On 3/22/06,

Re: running two instances of tomcat

2006-03-22 Thread Jim the Standing Bear
, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Jim the Standing Bear [mailto:[EMAIL PROTECTED] > > Subject: Re: running two instances of tomcat > > > > Is there anything special we need to configure to > > allow the co-existence (other than the port numbers)? >

RE: running two instances of tomcat

2006-03-22 Thread Caldarale, Charles R
> From: Jim the Standing Bear [mailto:[EMAIL PROTECTED] > Subject: Re: running two instances of tomcat > > Is there anything special we need to configure to > allow the co-existence (other than the port numbers)? That should be it, just make sure yout get _all_ the ports. By def

Re: running two instances of tomcat

2006-03-22 Thread Jim the Standing Bear
. -- Jim On 3/22/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Nic Daniau [mailto:[EMAIL PROTECTED] > > Subject: Re: running two instances of tomcat > > > > That was the case in 4.1 yes, but it doesn't work with 5.5 > > on Windows pla

RE: running two instances of tomcat

2006-03-22 Thread Caldarale, Charles R
> From: Nic Daniau [mailto:[EMAIL PROTECTED] > Subject: Re: running two instances of tomcat > > That was the case in 4.1 yes, but it doesn't work with 5.5 > on Windows platform, because of the way the service is set > up from the nsi scrip (that you can read from tomcat so

Re: running two instances of tomcat

2006-03-22 Thread David Kerber
I got it working no problem on Windows, running 5.5.12. Just had to mess with the service installation scripts a bit to give each of them different names. A little hassle, but not a big one. Nic Daniau wrote: That was the case in 4.1 yes, but it doesn't work with 5.5 on Windows platform, b

Re: running two instances of tomcat

2006-03-22 Thread Nic Daniau
That was the case in 4.1 yes, but it doesn't work with 5.5 on Windows platform, because of the way the service is set up from the nsi scrip (that you can read from tomcat source). I've written down a procedure to overcome this and I will post it tomorrow (its on my laptop which I left at the office

Re: running two instances of tomcat

2006-03-22 Thread David Kerber
Jim the Standing Bear wrote: Hi, Is there a way to run two instances of tomcat 5.5 on the same machine? Because me and a coworker were developing some webapps using the same node, but under two different tomcat instances. We just learned a painful lesson that as soon as the second instance of