RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Saurabh Shukla
which JDK are you using ? Shuklix -Original Message- From: Georges Boutros [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:34 AM To: '[EMAIL PROTECTED]' Subject: RE: to many tomcat processes!! AAH!! does anyone know how can i force java to use green threads? thanks

Re: to many tomcat processes!! AAH!!

2001-04-23 Thread Wolle
Hei, i use JDK 1.3 Saurabh Shukla wrote: which JDK are you using ? Shuklix -Original Message- From: Georges Boutros [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:34 AM To: '[EMAIL PROTECTED]' Subject: RE: to many tomcat processes!! AAH!! does anyone know how

RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Saurabh Shukla
Message- From: Wolle [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hei, i use JDK 1.3 Saurabh Shukla wrote: which JDK are you using ? Shuklix -Original Message- From: Georges Boutros [mailto

RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Craig O'Brien
: Re: to many tomcat processes!! AAH!! Hei, i use JDK 1.3 Saurabh Shukla wrote: which JDK are you using ? Shuklix -Original Message- From: Georges Boutros [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:34 AM To: '[EMAIL PROTECTED]' Subject: RE: to many tomcat

RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Saurabh Shukla
and then decide if to use green or native threads. Shuklix -Original Message- From: Wolle [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hei, i use JDK 1.3 Saurabh Shukla wrote: which JDK are you

Re: to many tomcat processes!! AAH!!

2001-04-23 Thread Wolle
without the overhead of creating new processes on demand. Good luck, Craig Let us know what you find out. -Original Message- From: Wolle [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 4:30 AM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hei, i use

RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Johnathan Smith
this should do the job. let me know if it does't/does works. Regards, Shuklix -Original Message- From: Wolle [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hei, i use JDK 1.3 Saurabh Shukla

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Georges Boutros
does anyone know how can i force java to use green threads? thanks -Original Message- From: Ansgar W. Konermann [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hi, maybe the many processes

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Ed Gomolka
a display issue. The threads aren't actually using up all the memory that the ps command output suggests.. Ed -Original Message- From: Ansgar W. Konermann [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Kevin Sangeelee
: does anyone know how can i force java to use green threads? thanks -Original Message- From: Ansgar W. Konermann [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hi, maybe the many processes

RE: to many tomcat processes!! AAH!!

2001-04-13 Thread Saurabh Shukla
tomcat processes!! AAH!!This is how Linux shows kernel threads; nothing to be alarmed about. There is only one process. "Brendon M. Maragia" wrote: Dear Readers, I finally!!! Got Jakarta Tomcatvhosting with Cocoon and it was soso beautiful a

Re: to many tomcat processes!! AAH!!

2001-04-13 Thread Jeff Kilbride
Read my last post. It tells you where to find the configuration examples. --jeff - Original Message - From: Georges Boutros To: '[EMAIL PROTECTED]' Sent: Friday, April 13, 2001 6:54 AM Subject: RE: to many tomcat processes!! AAH!! hi, how can you

to many tomcat processes!! AAH!!

2001-04-12 Thread Brendon M. Maragia
Dear Readers, I finally!!! Got Jakarta Tomcat vhosting with Cocoon and it was so so beautiful and sweet, I jumped around the room screaming in joy.  Dont try an tell me youve never done that.  Anyways, I was using jdk1.1.3 ;] ewww, I know.  So I upgraded to j2sdk1.3 and fired everything

Re: to many tomcat processes!! AAH!!

2001-04-12 Thread Ansgar W. Konermann
Hi, maybe the many processes are because jdk1.2 and up use native threads (AFAIK, 1.1 used "green" threads, i. e. a threading package implemented in java itself). With 1.2+, every java thread is a native OS thread and therefor gets listed by ps. Have you tried forcing java to use green threads?

Re: to many tomcat processes!! AAH!!

2001-04-12 Thread Jeff Kilbride
increased the defaults for ajp13. Thanks, --jeff - Original Message - From: Brendon M. Maragia To: [EMAIL PROTECTED] Sent: Thursday, April 12, 2001 5:14 PM Subject: to many tomcat processes!! AAH!! Dear Readers, I finally!!! Got Jakarta Tomcat

Re: to many tomcat processes!! AAH!!

2001-04-12 Thread David Crooke
This is how Linux shows kernel threads; nothing to be alarmed about. There is only one process. "Brendon M. Maragia" wrote: Dear Readers, I finally!!! Got Jakarta Tomcatvhosting with Cocoon and it was soso beautiful andsweet, I jumped around the room screaming in joy.Don't tryan tell me