RE: Installing Multiple Instances on Windows Server 2003

2008-09-03 Thread Steve G.B.
Found the issue. I just needed a for cicle with millions of loops. There was only kernel calls that saturated CPU till 45-50%. A resource was waiting something. Don't know if it was the HDD or the network. I have to check. Thanks for the tip, Peter :) Peter Crowther wrote: > >> From: Steve

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
> From: Steve G.B. [mailto:[EMAIL PROTECTED] > I've created a VM with 4 VCores, and all of the cores are > allocated to the VM. OK, so 50% CPU = 2 cores maxed out. Out of interest, is it 25% with only one Tomcat started? > I'm using Sun JVM 1.6, and stressing the Guest with > Loadrunner on anot

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Steve G.B.
It's a Quad Core Intel Xeon with 4GB of RAM and ESX running on it. I've created a VM with 4 VCores, and all of the cores are allocated to the VM. I'm using Sun JVM 1.6, and stressing the Guest with Loadrunner on another machine (if you ask: this machine with loadrunner isn't the bottleneck) No

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
> From: Steve G.B. [mailto:[EMAIL PROTECTED] > I'm trying to overload the Virtual Machine on which I've > installed the two Tomcats. To check: this is a virtual computer (on a physical host computer) running a virtual operating system on which you are running two copies of Tomcat in two separate

Re: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Steve G.B.
I have another question. I'm trying to overload the Virtual Machine on which I've installed the two Tomcats. But I can't exceed a 50% of CPU Utilization. I believe it's a JVM limitation. Is there a way to change jvm configurations in order, for example, to create even more threads? Thank you!

Re: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Steve G.B.
Sent: Tue, 2 Sep 2008 4:10 pm > Subject: Re: Installing Multiple Instances on Windows Server 2003 > > > > > > > > > > > > in catalina.log I have this: > > Sep 2, 2008 12:34:44 PM org.apache.catalina.core.StandardServer await > SEVERE:

Re: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread bhooshanpandit
18443) and see if it works. -Original Message- From: Steve G.B. <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tue, 2 Sep 2008 4:10 pm Subject: Re: Installing Multiple Instances on Windows Server 2003 in catalina.log I have this: Sep 2,

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Steve G.B.
I posted logs and ports in the other reply. Here I can tell you that the first service started is running quite good, the seconds starts and then crashes. Peter Crowther wrote: > >> From: Steve G.B. [mailto:[EMAIL PROTECTED] >> I need to install multiple instances of Tomcat on my server. >> >>

Re: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Steve G.B.
in catalina.log I have this: Sep 2, 2008 12:34:44 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImp

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
> From: Steve G.B. [mailto:[EMAIL PROTECTED] > I need to install multiple instances of Tomcat on my server. > > I changed all the connection and redirect ports, but the > second Tomcat still > doesn't start. > > What should I do? Give us more information - that's far too vague for us to help you.

Re: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread bhooshanpandit
Can you post the error that it spits out while starting up? -Original Message- From: Steve G.B. <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tue, 2 Sep 2008 3:49 pm Subject: Installing Multiple Instances on Windows Server 2003 Hi, I need to install multiple instances