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.  

-----Original Message-----
From: Stephen Nelson-Smith [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2008 3:18 AM
To: Tomcat 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 java
1891 java
1892 java
1893 java
1894 java
1895 java
1896 java
1897 java
1898 java
1899 java
1900 java
1905 java
1906 java
1973 java
1981 java
1983 java
1984 java
1985 java

I only see one java process in the process list:
# ps auxw | grep java
root      1783  0.7 30.5 333988 156532 ?     S    Mar12   7:31
/usr/lib/jvm/java/bin/java -Dbuild.compiler.emacs=true
-Djava.endorsed.dirs=/usr/local/tomcat/common/endorsed -classpath
/usr/lib/jvm/java/lib/tools.jar:/usr/local/tomcat/bin/bootstrap.jar
-Dcatalina.base=/usr/local/tomcat -Dcatalina.home=/usr/local/tomcat

Is this to do with threading?  I can't see a setting in server.xml that
would make this happen?

I have 4 other machines running the same version on the same OS, but I only
see one java process when I do pgrep -l java.  What's happening?

S.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to