Mark Thomas wrote:
gunnar.bost...@tieto.com wrote:
So the questions are: why does Tomcat (or jsvc) start new processes
To execute your perl scripts.
and
how can I prevent it?
Don't use perl.
Better, keep using perl, but not under Tomcat.
Configure an Apache httpd front-end and run you per
gunnar.bost...@tieto.com wrote:
> So the questions are: why does Tomcat (or jsvc) start new processes
To execute your perl scripts.
and
> how can I prevent it?
Don't use perl.
Mark
-
To unsubscribe, e-mail: users-unsubscr...@
Hi,
We are running Tomcat 5.5.25 on a Solaris 10 server.
We use jsvc to start Tomcat on port 443.
When starting I can see as expected 2 process one owned by root and one
owned by tomcat.
In production I can see multiple tomcat processes, one owned by root and
the others owned by tomcat.
By
> When I give ps -ef | grep tomcat, it shows multiple processes running
& all of them grabbing majority of the available memory
That's covered in the Linux section of the FAQ: Linux ps reports
multiple threads as separate processes. Try adjusting the number of
threads in server.xml.
-
Thanks for you valuable suggestion, I'll consider upgrading my OS
-Original Message-
From: Andrew Miehs [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 15, 2007 10:38 AM
To: Tomcat Users List
Subject: Re: multiple tomcat processes running on linux
On 15/11/2007, at 4:31 PM,
On 15/11/2007, at 4:31 PM, Palat, Anil wrote:
-Tomcat 5.0.16
-Red Hat Enterprise Linux AS release 3 (Taroon Update 4) 2.4.21
32.0.1.ELsmp (32-bit)
When I give ps -ef | grep tomcat, it shows multiple processes
running &
all of them grabbing majority of the available memory
You are running o
Hi,
I've my application running on the following environment
-Tomcat 5.0.16
-Red Hat Enterprise Linux AS release 3 (Taroon Update 4) 2.4.21
32.0.1.ELsmp (32-bit)
When I give ps -ef | grep tomcat, it shows multiple processes running &
all of them grabbing majority of the available memory
Is