Re: Tomcat starts many java processes

2010-12-09 Thread Mark Thomas
On 09/12/2010 08:07, Sujit Kale wrote: > Hi, > > I am using apache tomcat (6.0.14) with java (1.5.0_15) on linux ( vmrhel > 2.6.9-34.EL) running inside a virtual machine All three of those could do with an update. Mark - To u

Re: Tomcat starts many java processes

2010-12-09 Thread Konstantin Kolinko
2010/12/9 Sujit Kale : > When I start tomcat it should start only 1 java process. But in my case it > starts 8-10 processes. The ps command on some versions of Linux shows threads as processes. It is mentioned in the FAQ, http://wiki.apache.org/tomcat/FAQ/Linux_Unix#Q1 --

Tomcat starts many java processes

2010-12-09 Thread Sujit Kale
Hi, I am using apache tomcat (6.0.14) with java (1.5.0_15) on linux ( vmrhel 2.6.9-34.EL) running inside a virtual machine When I start tomcat it should start only 1 java process. But in my case it starts 8-10 processes. If I shutdown tomcat all processes vanishes. All the processes seems to

Re: Many Java Processes

2008-03-17 Thread Stephen Nelson-Smith
On Thu, Mar 13, 2008 at 1:02 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Stephen, > > > Stephen Nelson-Smith wrote: > | I've noticed on one machine (4.1.31 / RHEL 3) as soon as I start Java > |

Re: Many Java Processes

2008-03-13 Thread dshort
I experienced the reported multiple-thread Java issue. Yes, this was with Apache 1.x embedded with an Oracle vertical. Just trying to help... Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Short wrote: | Don't know if this appli

Re: Many Java Processes

2008-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Short wrote: | Don't know if this applies here or not but, I got this once when my | ORACLE_HOME wasn't set when using Jserv (wrapper.env=) with the Apache web | server. Wow. Jserv? Now /that's/ a blast from the past! ;) That would hav

RE: Many Java Processes

2008-03-13 Thread David Short
Users List Subject: Many Java Processes Hi, I've noticed on one machine (4.1.31 / RHEL 3) as soon as I start Java I see many Java processes: $ pgrep -l java 1783 java 1844 java 1848 java 1849 java 1880 java 1881 java 1882 java 1883 java 1885 java 1886 java 1887 java 1888 java 1889 java 1890

Re: Many Java Processes

2008-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen Nelson-Smith wrote: | I've noticed on one machine (4.1.31 / RHEL 3) as soon as I start Java | I see many Java processes: These are threads, not processes. Some Linux kernel versions report them as processes, and some don'

Many Java Processes

2008-03-13 Thread Stephen Nelson-Smith
Hi, I've noticed on one machine (4.1.31 / RHEL 3) as soon as I start Java I see many Java processes: $ pgrep -l java 1783 java 1844 java 1848 java 1849 java 1880 java 1881 java 1882 java 1883 java 1885 java 1886 java 1887 java 1888 java 1889 java 1890 java 1891 java 1892 java 1893 java