Re: two instances of Tomcat in same machine

2012-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 5/16/12 5:50 AM, André Warnier wrote: > Nobody can answer that question in the absolute. It all depends on > how much memory your Tomcat instances really need (Really, your webapps, not Tomcat). > to run the applications you put it them, f

Re: two instances of Tomcat in same machine

2012-05-16 Thread Jess Holle
On Windows 32-bit JVMs are often limited to less than 1.3GB of heap due to fragmentation of the 32-bit address space. Sometimes one cannot even get 1GB of heap! For any hefty server process on Windows you really want a 64-bit JVM for this reason. On other OS's one can often allocate much mo

RE: two instances of Tomcat in same machine

2012-05-16 Thread Caldarale, Charles R
> From: Miguel Gonzalez [mailto:miguel_3_gonza...@yahoo.es] > Subject: Re: two instances of Tomcat in same machine > there wasn't a limit of 32 bits OS for running JVM for more than 1.5 Gb? Yes, there is a limit on heap size for 32-bit JVMs and it's usually around 1.5 GB

Re: two instances of Tomcat in same machine

2012-05-16 Thread André Warnier
Miguel Gonzalez wrote: there wasn't a limit of 32 bits OS for running JVM for more than 1.5 Gb? Not exactly. I'm not sure that my knowledge is totally accurate here, but here is my take on it : - a "32 bit OS" generally means that the total address space available to *a process* running at

Re: two instances of Tomcat in same machine

2012-05-16 Thread Miguel Gonzalez
there wasn't a limit of 32 bits OS for running JVM for more than 1.5 Gb? Regards, Miguel De: André Warnier Para: Tomcat Users List Enviado: Miércoles 16 de Mayo de 2012 11:50 Asunto: Re: two instances of Tomcat in same machine Miguel Gonzalez wrote: &

Re: two instances of Tomcat in same machine

2012-05-16 Thread André Warnier
Miguel Gonzalez wrote: Just wondering. With a 64 bits OS, how much RAM can you handle in a JVMand therefore with each instance of Tomcat? For a 12 Gb of RAM machine, it would be wise if you want to have this kind of setup (Apache and two Tomcat instances in the same machine) if you need more

two instances of Tomcat in same machine

2012-05-16 Thread Miguel Gonzalez
Just wondering. With a 64 bits OS, how much RAM can you handle in a JVMand therefore with each instance of Tomcat? For a 12 Gb of RAM machine, it would be wise if you want to have this kind of setup (Apache and two Tomcat instances in the same machine) if you need more than 400-500 concurrent

Re: Two instances of Tomcat 5.5.17

2011-06-03 Thread Pid
On 03/06/2011 16:49, telebabbo wrote: > > Hi. > > I have this problem: > I use a web-application running on a tomcat servlet through the 8108 port. To clarify: a servlet runs inside an application, which runs inside Tomcat, which runs inside a Java virtual machine (JVM). How is this application

Two instances of Tomcat 5.5.17

2011-06-03 Thread telebabbo
enaud/vicaya/launch/Launcher What can I do? -- View this message in context: http://old.nabble.com/Two-instances-of-Tomcat-5.5.17-tp31766455p31766455.html Sent from the Tomcat - User mailing list archive at Nabble.com.

two instances of tomcat problem

2008-10-16 Thread emilio
I just installed the tomcat 5.5 with two instances running in the same ip address, but in different ports. Its works but the manager just work in one of them. The manager for the second port show me the following error: HTTP Status 500 - _ type Exception report message descri

Re: Two Instances of Tomcat

2008-08-08 Thread dOE
How about where can I setup a unique CATALINA_BASE? On Fri, Aug 8, 2008 at 2:41 PM, dOE <[EMAIL PROTECTED]> wrote: > Hello, I am running Tomcat 5.0.16 w.\ JS-Wrapper and I have 2 tomcat > instances installed with unique ports, and the tomcat.exe are renamed to be > unique as well. > > (Win32, IIS

Two Instances of Tomcat

2008-08-08 Thread dOE
Hello, I am running Tomcat 5.0.16 w.\ JS-Wrapper and I have 2 tomcat instances installed with unique ports, and the tomcat.exe are renamed to be unique as well. (Win32, IIS6.isapi_redir 1.2.8) The 2ndry Tomcat starts, but it is not created the "work" folder, or generate any logs. I have even se

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
Hello Nic, and Thomas, Thank you for taking the time and give out the detailed instructions on how to run two instances of tomcat 5.5 on windows. In the future we will most likely to use a few windows boxes and your instructions will certainly be of great value. Currently, our development

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
rote: 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 tomcat is

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
nu it's copying the shortucut to If I have the time I will post a feature request on bugzilla... Will definitively post my step-by-step procedure tomorrow Nic On 22/03/06, David Kerber <[EMAIL PROTECTED]> wrote: Jim the Standing Bear wrote: Hi, Is there a way to run two inst

Re: running two instances of tomcat

2006-03-22 Thread Nic Daniau
rote: > > 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 ju

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

running two instances of tomcat

2006-03-22 Thread Jim the Standing Bear
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 tomcat is launched, the first