Re: multiple tomcat instances for every application

2013-01-07 Thread javaexp
Ashkan Rahmani gmail.com> writes: > > very good tank you. I have written a Java based portable utility for automating the above steps for http://www.javaexperience.com/run-multiple-tomcat-instances/";>creating multiple instances. Since Java is platform independent, this utility works on all ope

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 Caldarale, Charles R
> From: Ashkan Rahmani [mailto:ashkan...@gmail.com] > Subject: Re: multiple tomcat instances for every application > do you know what is -Xshare:off ? > is it related to share classes? http://lmgtfy.com/?q=%22-Xshare%3Aoff%22 > King Regards, Didn't realize we were

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 th

Re: multiple tomcat instances for every application

2012-11-19 Thread bilguun bayarmagnai
topherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 11/19/12 3:58 PM, Caldarale, Charles R wrote: > >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > >> Subject: Re: multiple tomcat instances for ev

Re: multiple tomcat instances for every application

2012-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/19/12 3:58 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: multiple tomcat instances for every application > >> Most JVMs use shared memory for

RE: multiple tomcat instances for every application

2012-11-19 Thread Caldarale, Charles R
> 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. Unfortunately, I don't think that's true, at least for the Sun/Oracle JVMs

Re: multiple tomcat instances for every application

2012-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashkan, On 11/19/12 9:10 AM, Ashkan Rahmani wrote: > 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 , >>> 8G

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 6 for each application and configur

Re: multiple tomcat instances for every application

2012-11-19 Thread Mikolaj Rydzewski
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 6 for each application and configure different port in server.xml for each one. 2- run just one instance

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