Re: multiple tomcat instances for every application

2012-11-20 Thread Ashkan Rahmani
On Tue, Nov 20, 2012 at 5:13 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ashkan Rahmani [mailto:ashkan...@gmail.com] > > Subject: Re: multiple tomcat instances for every application > > > do you know what is -Xshare:off ? > > is it r

Re: multiple tomcat instances for every application

2012-11-20 Thread Ashkan Rahmani
On Tue, Nov 20, 2012 at 12:28 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > Subject: Re: multiple tomcat instances for every application > > > Most JVMs use shared memory for some things like core classes, etc.

Re: multiple tomcat instances for every application

2012-11-19 Thread Ashkan Rahmani
On Mon, Nov 19, 2012 at 5:03 PM, Mikolaj Rydzewski wrote: > On 19.11.2012 14:18, Ashkan Rahmani wrote: > > which way is better for my scenario? I have one server - Centos 6 x64 , >> 8GB >> ram- and 3 java web application. >> 1- run multiple instances of tomcat

multiple tomcat instances for every application

2012-11-19 Thread Ashkan Rahmani
Hi I have a question. which way is better for my scenario? I have one server - Centos 6 x64 , 8GB ram- and 3 java web application. 1- run multiple instances of tomcat 6 for each application and configure different port in server.xml for each one. 2- run just one instance of tomcat 6 for all three

Re: Tomcat Linux/Windows Performance Question

2012-10-28 Thread Ashkan Rahmani
On Mon, Oct 29, 2012 at 6:22 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pid, > > On 10/28/12 10:40 AM, Pid * wrote: > > On 28 Oct 2012, at 11:39, Ashkan Rahmani > > wrote: > > >

Re: Tomcat Linux/Windows Performance Question

2012-10-28 Thread Ashkan Rahmani
On Sun, Oct 28, 2012 at 7:10 PM, André Warnier wrote: > André Warnier wrote: > >> Ashkan Rahmani wrote: >> >>> Hi, >>> Now I have a windows 2003 server and a Tomcat 6.x on it. >>> Our application has many many parts and it's very big. >>

Tomcat Linux/Windows Performance Question

2012-10-28 Thread Ashkan Rahmani
Hi, Now I have a windows 2003 server and a Tomcat 6.x on it. Our application has many many parts and it's very big. Actually we are not happy with tomcat performance, (We are working very hard on developing that software and improving performance) . We want to improve application performance (wo