Re: Tomcat 5 slow, it's in production, please help!

2005-05-09 Thread Jeffrey
original setup by someone else. > >> > >> > > >> > Also what is the time out for the connection in > >> > Apache? > >> > >> Apache's Timeout value is 300. > MaxKeepAliveRequests > >> is > >> 100 and KeepAliveTimeout is

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Parsons Technical Services
From: "Jeffrey" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 07, 2005 1:05 PM Subject: Re: Tomcat 5 slow, it's in production, please help! It seems that, at least in most cases, the main menu page after a login is loaded slow. After that other page

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
if already > > asked and answered. > > > > > > Doug > > > > > > > > - Original Message - > > From: "Jeffrey" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" > > > > Sent: Saturday, May 07,

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
; > - Original Message - > From: "Jeffrey" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > > Sent: Saturday, May 07, 2005 10:44 AM > Subject: Re: Tomcat 5 slow, it's in production, > please help! > > > > This website has ma

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Parsons Technical Services
: "Jeffrey" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 07, 2005 10:44 AM Subject: Re: Tomcat 5 slow, it's in production, please help! This website has many JSP pages of which each has many JSPF included. I wonder whether or not the system is not

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
This website has many JSP pages of which each has many JSPF included. I wonder whether or not the system is not be able to handle this kind of setting. But strange thing is that when we experienced the slowness, I looked at the usage of CPU and find that almost 90% of the CPU is idle. Do anyone k

RE: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Tony
ey [mailto:[EMAIL PROTECTED] Sent: Saturday, May 07, 2005 9:21 AM To: Tomcat Users List Subject: RE: Tomcat 5 slow, it's in production, please help! I am sorry, the box runs a Solaris 5.6 instead of 2.6 as I said before. But still you are probably right, it would be better to get a new OS insta

RE: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
es "netstat -nt" show? > > You may have enough connections going that old > ones > > have to time out before you can establish a new > one. > > > > -Original Message- > > From: Jeffrey [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 06, 2005

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Michael Echerer
Oto Bossert wrote: > Yoo, > > Yes switch to jk2 is faster! But unsupported! Development of mod_jk1.x is going on, but not jk2. I wouldn't advise anyone to select something uncontinued. I set the session timeout time to 5 minutes, but >>> >>>in >>> the session view of tomcat manager, I see

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Oto Bossert
Yoo, Yes switch to jk2 is faster! set parameters in OPT_CATALINA with -server Xmx=? and Xms=? Sorry values depend on your available memory on the server, parameters could be different with your version, check or google for correct parameters, should improve performance... Another option could b

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Peter Lin
]$ cat netstat.txt |grep 129.93.1.146.443|grep > ESTABLISHED|wc > 1531071 12242 > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, May 06, 2005 7:00 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: RE: Tomca

RE: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Tony
inal Message- > From: Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Friday, May 06, 2005 2:16 PM > To: tomcat-user@jakarta.apache.org > Subject: Tomcat 5 slow, it's in production, please help! > > > I have a apache/tomcat environment that has some > problems recently. The en

RE: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread howarddy3
> From: Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Friday, May 06, 2005 2:16 PM > To: tomcat-user@jakarta.apache.org > Subject: Tomcat 5 slow, it's in production, please help! > > > I have a apache/tomcat environment that has some > problems recently. The environment

RE: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Tony
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 3:39 PM To: Jeffrey; Tomcat Users List Subject: RE: Tomcat 5 slow, it's in production, please help! There are certainly people here who understand this much better than I, but ESTABL

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
I use just mod_jk, not jk2 I believe. I do have connectionTimeout="2" set to AJP connector in server.xml Is there any performance issues with jk? Should I switch to jk2? Thanks. --- e <[EMAIL PROTECTED]> wrote: > What JK version do you use? To quote Mladen: > > "You are probably using pref

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
I actually have the reloadable set to true for my webapps. I will change it to false. Thanks for the remind. What optimal java parameters in your mind are important ? Thanks for taking look at this. --- Oto Bossert <[EMAIL PROTECTED]> wrote: > Yoo, > > Probably you already looked at it but : >

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread e
What JK version do you use? To quote Mladen: "You are probably using prefork mpm, so there is no way to control the number of connections to Tomcat in any way, trough mod_jk. You can limit it only by setting MaxClients in the httpd.conf to the maximum number desired. Because of pre-forking mechan

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Oto Bossert
Yoo, Sorry bas typo, in 3) I meant, do NOT requery ;) Greetings O. On 5/6/05, Oto Bossert <[EMAIL PROTECTED]> wrote: > Yoo, > > Probably you already looked at it but : > > 1) Make sure not to use reloadable in context descriptions. > 2) Start tomcat with optimal java parameters, concerni

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Oto Bossert
Yoo, Probably you already looked at it but : 1) Make sure not to use reloadable in context descriptions. 2) Start tomcat with optimal java parameters, concerning memory heap and stack 3) Make sure that connections to database are minimal, do requery if answer is always the same... Good luck,

RE: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Tony
cat 5 slow, it's in production, please help! I have a apache/tomcat environment that has some problems recently. The environment has the following: 1. Apache 1.3 2. Tomcat 5.0.28 (Max memory 384mb) 3. JDK 1.4.2_06 My apache has MaxClient set to 256 (apache default). The maxThread for tom

Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
I have a apache/tomcat environment that has some problems recently. The environment has the following: 1. Apache 1.3 2. Tomcat 5.0.28 (Max memory 384mb) 3. JDK 1.4.2_06 My apache has MaxClient set to 256 (apache default). The maxThread for tomcat is 500. The site is a database driven site. It