Tuning of Tomcat 5.5

2005-03-10 Thread Rolf Zelder
Hi Guys For the last couple of days I tried to find some information regarding tuning of Tomcat 5.5 Online or as a Book but couldn't find much. Where could I get any information about this ? I performed following steps to tune my tomcat. 1. Gave tomcat enough memory to run efficient 2

Apache Tomcat modjk - loss of communication - possibly tuning issue?

2005-02-09 Thread Sharon French
that the problem is in the communication between apache and tomcat, and since we only see the problem during periods of heavy usage, I had been concentrating my efforts on tuning the parameters in the Connector. But my recent changes (maxProcessors from 75 to 100 and acceptCount from 10 to 100

Re: Apache Tomcat modjk - loss of communication - possibly tuning issue?

2005-02-09 Thread nyhgan
is using only 65M - 120M. It appears to me that the problem is in the communication between apache and tomcat, and since we only see the problem during periods of heavy usage, I had been concentrating my efforts on tuning the parameters in the Connector. But my recent changes (maxProcessors from 75

fine tuning

2005-01-12 Thread Krishna Gunturu \(kgunturu\)
Hi We migrated to tomcat 5.0.28 from jserv, which is affecting the performance after migration (for the same load as Jserv) Is there any recommended configuration changes/performance tuning documentation ? Any help is really appreciated Thanks, -Krishna

Performance Tuning [Apache2 + JK2 + Tomcat]

2004-10-22 Thread Matteo Turra
Hi, does anybody know which parameters are involved in tuning the performance of the configuration in subject? And witch tools use to monitor where are bottlenecks? How can I monitor how many request are queued on apache and how many on tomcat? Thanks, Matteo. Everything should be made

Apache tuning question

2004-10-04 Thread Randy Paries
Hello, I thought there was an apache mailing list, but the mailing list page points to this one(as well as php and some others.) So hopefully I will not get flamed for this question. I have a rh9 box with apache 2 and tomcat 5 The apache server gets about 1.2M hits a day on average i have

RE: Apache tuning question

2004-10-04 Thread Shapira, Yoav
-Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 9:38 AM To: 'Tomcat Users List' Subject: Apache tuning question Hello, I thought there was an apache mailing list, but the mailing list page points to this one(as well as php and some others

HotSpot vs. Jikes + performance tuning

2004-07-26 Thread Michael Mehrle
I'm starting to run Tomcat 5.0.27 on a production server box. The question I have is as to which JVM to run it under. Last time I checked (a year ago) jikes was a lot faster, but then again things are in constant flux. Also, my production server (RedHat 9.0 on a Celeron 2.6GHz and 512MB of RAM)

RE: HotSpot vs. Jikes + performance tuning

2004-07-26 Thread Shapira, Yoav
, July 26, 2004 2:33 PM To: Tomcat Users List Subject: HotSpot vs. Jikes + performance tuning I'm starting to run Tomcat 5.0.27 on a production server box. The question I have is as to which JVM to run it under. Last time I checked (a year ago) jikes was a lot faster, but then again things

Re: HotSpot vs. Jikes + performance tuning

2004-07-26 Thread QM
to take heap, GC, etc into consideration. 2/ install this same JVM + configuration in production. Ideally, you'd have similar hardware in both your test and production environments, such that any tuning you do could be applied to both. Given what I see on the list, I get the impression most

Tomcat Tuning and Troubleshooting

2004-06-09 Thread Michael Duffy
Google found me a fine looking paper on Tomcat tuning and troubleshooting: http://kinetic.more.net/web/javaserver/resources/wpapers/printer/performance.pdf I just started reading it for myself. Anyone familiar with its contents who would like to comment is most welcome. Thanks

Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Michael Duffy
That nice performance tuning presentation by Glenn Nielsen has some nice tips that I was unaware of, but there's one that's confusing me. In web.xml, he talks about the servlet init-param fork. This tells Tomcat to compile JSPs in a separate process if set to true. It prevents memory leaks

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav
-Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:32 PM To: [EMAIL PROTECTED] Subject: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000 That nice performance tuning presentation by Glenn Nielsen has some nice tips that I was unaware

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Michael Duffy
: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:32 PM To: [EMAIL PROTECTED] Subject: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000 That nice performance tuning presentation by Glenn Nielsen has some nice tips that I was unaware of, but there's one

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav
Hi, No problem, it's not a waste of time, if you missed it 1000 others did as well. Yoav Shapira Millennium Research Informatics -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:48 PM To: Tomcat Users List Subject: RE: Performance Tuning

Re: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Kunthar
: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000 Hi, No problem, it's not a waste of time, if you missed it 1000 others did as well. Yoav Shapira Millennium Research Informatics -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:48

Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
Hi guys, I am at stage where I have all my various components talking to one another (Apache http server 2.0.49 - Mod JK2 - Tomcat 4.1.30) and running nicely with each other, but the loads on the server are increasing rapidly in our production environment ( ~2000 logins/day and peak

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
: Tomcat configuration tuning Hi guys, I am at stage where I have all my various components talking to one another (Apache http server 2.0.49 - Mod JK2 - Tomcat 4.1.30) and running nicely with each other, but the loads on the server are increasing rapidly in our production environment ( ~2000

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
Hi, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based You have a wacky definition of precisely because he has Apache at the front-end and you have IIS. Yoav Shapira This e-mail, including any

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, Welcome to the list from me. It's funny because you have just listed precisely the same

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are using Tiles for our

R: Tomcat configuration tuning

2004-04-08 Thread Simone - Dev
PROTECTED] Inviato: giovedì 8 aprile 2004 18.33 A: LILES, DAVID (CONTRACTOR); [EMAIL PROTECTED] Oggetto: RE: Tomcat configuration tuning Hey Yes our struts uses the tiles plugin also. And the page load times are as a result of running on the server itself unfortunately. I am using the JTDS

Re: Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
Hi Allistair, Thanks for the quick response. My server.xml file is below but to some of the questions you had. One of the biggest speed increases we gained was from SQL optimization and table tuning. One thing about server.xml configuration which I realised is the acceptCount being set too

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
was considering going with a filter servlet instead but if you say its slow then maybe I did the right thing. Charlie Allistair Crossley wrote: Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
every time, that's terrible, and you should make your filter smarter. Yoav Shapira Millennium Research Informatics -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I do just what you described below. If the loginContext isn't in the session, I show do a global-forward to the login form. And, because I didn't want

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
configuration tuning Hi, Did you profile the filter versus aspects? Now that's a benchmark I'd be really interested in. To the original poster: assuming your filter is smart enough to check the session for a user is authenticated already token

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you described below

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
(). RDBMSLoginModule is the other class from the example and it implements LoginModule. This is the jaas class that you configure in your jaas.config file. None of this really has anything to do with Tomcat configuration tuning, sorry for going off on a tangent. Charlie Charles N. Harvey III wrote

tuning

2004-04-02 Thread Randy Paries
Hello I am looking for docs/howto on tuning I am setting up some new boxes with rh9, tomcat 4 and apache 2 Any heads up from experience would help as well I am move the code from a rh7, tomcat 4 and apache 1.3 Thanks Randy

Re: Tomcat Tuning Memory leak

2004-01-16 Thread David Strupl
Hi (yes that's me again), I have more details for those that would be willing to help. I have started to use IBM's JDK that has the nice memory dump feature set up so that whenever OutOfMemory occurs the heap is dumped. So my heap is here

Re: Tomcat Tuning Memory leak

2004-01-16 Thread David Strupl
My previous post should be longer ... here is the rest: DFS from pure Roots ...done. DFS from objects unreached from Roots ...done. Found 1,051,382 objects which

Re: Tomcat Tuning Memory leak

2004-01-16 Thread David Strupl
Still I don't see the whole thing - and trying to send the rest here: If I interpret it correctly the instance of org/apache/coyote/RequestGroupInfo holds 150 MB of heap memory. Also if I understand it correctly from here

RE: Tomcat Tuning Memory leak

2004-01-16 Thread Shapira, Yoav
Howdy, If I interpret it correctly the instance of org/apache/coyote/RequestGroupInfo holds 150 MB of heap memory. Also if I understand it correctly from here http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat- connectors/coyote/src/java/org/apache/coyote/ someone just recently tried to do

Re: Tomcat Tuning Memory leak

2004-01-16 Thread David Strupl
Shapira, Yoav wrote: You're not paranoid. There's a memory leak related to the RequestGroup/RequestGroupInfo connector code. It's been discussed during the past week on the dev mailing list, and addressed within the past couple of days. You can try the tomcat 5.0.18 build which has the fix.

Tomcat Tuning Memory leak

2003-12-30 Thread Mohit Gupta
Hi All I am working on Tomcat 4.1.24 on Solatis-8, 12 CPU, 24GB RAM Machine. I am using Apache 2.0.43 and the Jdk version is 1.4.1_02. When I start my server then after 5-6 hours my server becomes very slow and then I need to restart my server. I am taking the top stats for the tomcat and

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Hi, I have the very same problem. I have tried everything possible with no outcome (the fork atribute for the jsp compiler did not help (with this I refer to a previous discussion here)). I suspect the CoyoteConnector being at fault but have no proof yet. I plan to run profiler but doing that

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Ooops. I was too fast with my previous post. My config is different form yours: Connector className=org.apache.coyote.tomcat4.CoyoteConnector address=212.47.18.50 acceptCount=100 bufferSize=2048 compression=off connectionLinger=-1 connectionTimeout=2 connectionUploadTimeout=30 debug=0

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Rees
Mohit Gupta wrote: I am working on Tomcat 4.1.24 on Solatis-8, 12 CPU, 24GB RAM Machine. I am using Apache 2.0.43 and the Jdk version is 1.4.1_02. When I start my server then after 5-6 hours my server becomes very slow and then I need to restart my server. I am taking the top stats for the

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
David Rees wrote: Additionally, upgrading to the latest Tomcat (4.1.27 or 5.0.16) and JDK (1.4.2_03) is a good idea as the latest versions have bug fixes and performance improvements. I doubt it is a Tomcat issue, it is more than likely an issue with your application, but the stack trace will

Re: Tomcat Tuning Memory leak

2003-12-30 Thread Philipp Taprogge
Hi! David Strupl wrote: I have tomcat 4.1.29, JDK1.4.2. Also my app was completely ok with tomcat 3.x.x. The 100% of processor time occurs in my case only after the OOME. Before the OOME all the threads (both tomcat's and mine) are happy. The processor usage is not too surprising. When your

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Philipp Taprogge wrote: The processor usage is not too surprising. When your machine runs out of memory and there are still busy processes, most of the cpu time will go into swapping in and out those processes. Still, since most prople are perfectly happy with the tomcat build you are using,

Re: Tomcat Tuning Memory leak

2003-12-30 Thread Philipp Taprogge
Hi again! David Strupl wrote: Also the code was running for several years in tomcat 3.x without any problem. After migrating to tomcat 4.x the nightmare began. Have you changed the JRE as well or are you running the tomcat 4 instance in the same VM as the tomcat 3 before? Just to make sure

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Philipp Taprogge wrote: Have you changed the JRE as well or are you running the tomcat 4 instance in the same VM as the tomcat 3 before? Just to make sure your problems are not arising from changes made to the JVM in the meantime. I have upgraged the VM as well as the OS on the machine. In fact

RE: Tomcat Tuning Memory leak

2003-12-30 Thread Shapira, Yoav
Howdy, Yes - I was also not surprised with the CPU after the OOME. I will try to prepare a heap shapshot and post it here (only a link, don't worry) after I manage to get a usefull one. Make sure it's one before the OutOfMemoryError ;) server with couple of JSPs and servlets. The profiling has

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Shapira, Yoav wrote: (BTW, to refresh my memory, is this setup where the JSP pages change hourly?) I have already changed this ;-) Also added the fork attribute to true for jsp compile. It is not caused by the app - after the app starts and first 100 or so users connect the memory jumps up to

Re: Tomcat Tuning Memory leak

2003-12-30 Thread James Black
David Strupl wrote: I have already changed this ;-) Also added the fork attribute to true for jsp compile. It is not caused by the app - after the app starts and first 100 or so users connect the memory jumps up to approx 130 MB. But during the next 24 hours it eats more than 300 megs. From

IIS/Tomcat tuning

2003-10-22 Thread Jean-René Blaive
Hello, I would like to know your feeling about the IIS/Tomcat installation. We know that Apache/Tomcat works well but what can we say about IIS/Tomcat ? Is it reliable into production systems ? If you could inform me about this question or send me some links. Thanks for your job. Jean-René

Re: IIS/Tomcat tuning

2003-10-22 Thread jerome moliere
but this is the main question... mod_jk is a very reliable connector AJP (3) is a good protocol... so your debts turn to have an answer for this TROLL:question don't have much experience with IIS... Tomcat (3.3 or 4.1.2x) are production ready releases... tuning can be made by several tricks: -config

RE: Tomcat cluster tuning

2003-09-12 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 7:04 PM To: 'Tomcat Users List' Subject: RE: Tomcat cluster tuning Are there any recommendations for what JVM would work best? We're not doing anything fancy, so presumably any VM that works well with tomcat would work well for us

Tomcat cluster tuning

2003-09-11 Thread Cristopher Daniluk
We are runing a cluster of 3 apache servers and 2 tomcat servers connected via AJP w/Oracle on backend. The cluster has been performing very well but we've had a recent load spike that's causing the tomcat servers to start swapping pretty hardcore despite JVM limitations. What is the -Xmx option

RE: Tomcat cluster tuning

2003-09-11 Thread Ralph Einfeldt
to cure the cause or find out that you have to live with that memory usage and spend more memory. -Original Message- From: Cristopher Daniluk [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 5:33 PM To: [EMAIL PROTECTED] Subject: Tomcat cluster tuning What is the -Xmx

RE: Tomcat cluster tuning

2003-09-11 Thread Cristopher Daniluk
Are there any recommendations for what JVM would work best? We're not doing anything fancy, so presumably any VM that works well with tomcat would work well for us. Are there any sites that talk about the different JVM tuning options that affect Tomcat? I haven't seen that many. -Original

RE: Tuning KeepAlive Connections?

2003-08-14 Thread Mike Cherichetti \(Renegade Internet\)
Fax (724) 658-6346 -Original Message- From: Venkata Srinivasa Rao, Yerra [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:21 PM To: Tomcat Users List Subject: Re: Tuning KeepAlive Connections? To disable connection timeouts, set connectionTimeout value to -1 At 02:09 PM 8/7

Re: Tuning KeepAlive Connections?

2003-08-14 Thread Bill Barker
You can (effectively) disable KeepAlive connections by setting the 'maxKeepAliveRequests=1' attribute on the Connector. Tomcat 5 has a more intuitive option, but it works the same way. If you have the maxKeepAliveRequests 1, then the 'connectionTimeout' attribute on the Connector determines how

Re: Tuning KeepAlive Connections?

2003-08-14 Thread Bill Barker
Of Bill Barker Sent: Friday, August 08, 2003 12:00 AM To: [EMAIL PROTECTED] Subject: Re: Tuning KeepAlive Connections? You can (effectively) disable KeepAlive connections by setting the 'maxKeepAliveRequests=1' attribute on the Connector. Tomcat 5 has a more intuitive option, but it works

Re: Tuning KeepAlive Connections?

2003-08-14 Thread Venkata Srinivasa Rao, Yerra
To disable connection timeouts, set connectionTimeout value to -1 At 02:09 PM 8/7/2003 -0400, you wrote: RedHat Linux 7.3 IBM JDK 1.4.1 Tomcat 4.1.24 Is it possible to disable KeepAlive connections with the Coyote HTTP/1.1 connector? If it's not possible to turn them off, is it possible to lower

Tuning KeepAlive Connections?

2003-08-09 Thread Mike Cherichetti \(Renegade Internet\)
RedHat Linux 7.3 IBM JDK 1.4.1 Tomcat 4.1.24 Is it possible to disable KeepAlive connections with the Coyote HTTP/1.1 connector? If it's not possible to turn them off, is it possible to lower the request limit and timeout period for them? Have a nice day ... Sincerely, Mike Cherichetti

RE: Tuning KeepAlive Connections?

2003-08-08 Thread Mike Cherichetti \(Renegade Internet\)
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: Friday, August 08, 2003 12:00 AM To: [EMAIL PROTECTED] Subject: Re: Tuning KeepAlive Connections? You can (effectively) disable KeepAlive connections by setting the 'maxKeepAliveRequests=1' attribute

RE: JVM tuning

2003-08-04 Thread Shapira, Yoav
Howdy, Has anyone got any clues on JVM tuning for Tomcat on Windows 2000, Sun 141 I would venture at least a few people on this list have clues. But it's impossible to help you without a clue about your webapp. Yoav Shapira This e-mail, including any attachments, is a confidential business

RE: JVM tuning

2003-08-04 Thread pete . storey
Shapira, Yoav [EMAIL PROTECTED] 04/08/2003 14:16 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: JVM tuning Howdy, Has anyone got any clues on JVM tuning for Tomcat on Windows 2000, Sun 141 I would venture at least

RE: JVM tuning

2003-08-04 Thread Shapira, Yoav
Howdy, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 9:27 AM To: Tomcat Users List Subject: RE: JVM tuning Hmm well only a profiler could tell me that; I was more looking for some (subsequently discovered) things such as you should

RE: JVM tuning

2003-08-04 Thread pete . storey
the effects were) - read Sun's own tuning documentation and you will see the default settings are not said to be suitable for the majority of server apps. cheers Pete Shapira, Yoav [EMAIL PROTECTED] 04/08/2003 14:29 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL

RE: JVM tuning

2003-08-04 Thread Shapira, Yoav
for a mature container which has been tuned repetitively and carefully over time. It's precisely because of this, and because as you say performance tuning is not a science, that a rule of thumb is as likely to hurt as it is to help if blindly applied. read Sun's own tuning documentation and you

RE: JVM tuning

2003-08-04 Thread pete . storey
Ah sorry I should really have said that I was focusing specifically on memory managment; general performance tuning is a completely different matter in which I do agree with you! On the memory front however I would stand by the fact that most tomcat webapps (big or small) would benefit from

RE: JVM tuning

2003-08-04 Thread Angus Mezick
To: Tomcat Users List Subject: RE: JVM tuning Ah sorry I should really have said that I was focusing specifically on memory managment; general performance tuning is a completely different matter in which I do agree with you! On the memory front however I would stand by the fact

RE: JVM tuning

2003-08-04 Thread pete . storey
: Subject:RE: JVM tuning Wouldn't AdaptiveSizePolicy help? (saves you the work of Java Heap usage analyzing :-) : I use this on my 2x proc machine. -XX:UseParallelGC -XX:+UseAdaptiveSizePolicy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday

RE: JVM tuning

2003-08-04 Thread Angus Mezick
: Monday, August 04, 2003 1:03 PM To: Tomcat Users List Subject: RE: JVM tuning Isnt the adaptive sizing only relevant to much larger memory configurations (Im running this JVM with a max heap of 1-1.5Gb? Pete Angus Mezick [EMAIL PROTECTED] 04/08/2003 17:51 Please respond

JVM tuning

2003-08-03 Thread pete . storey
Has anyone got any clues on JVM tuning for Tomcat on Windows 2000, Sun 141 or 142? Im playing with some of the young/old generation and GC settings but am having trouble deciding what is best. I think that I should probably push out the young generation to be a larger than normal amount

Re: Production server tuning

2003-07-31 Thread David Rees
Bill Barker wrote: Antonio Fiol Bonnín [EMAIL PROTECTED] wrote: However, I am worried about what you say about Apache 2.0.x and the 'worker' MPM. Could you please tell me about the real-world inconveniences of having 3/4 Apache 1.3.X with 2/3 tomcats behind? The mod_jk loadbalancer doesn't work

Re: Production server tuning

2003-07-31 Thread Bill Barker
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: Antonio Fiol Bonnín [EMAIL PROTECTED] wrote: However, I am worried about what you say about Apache 2.0.x and the 'worker' MPM. Could you please tell me about the real-world inconveniences of having

Re: Production server tuning

2003-07-31 Thread David Rees
Bill Barker wrote: I'm curious, what are the issues with loadbalancing in mod_jk with a pre-forking Apache? Basically it comes down to the fact that the children don't talk to one another, so each one has its own idea of the relative loads. This usually results in a distribution (for the

Re: Production server tuning

2003-07-30 Thread Antonio Fiol Bonnín
;-) For the second one, I have really no clue: Apache MaxSpareServers is set to 10. I see more than 30 ESTABLISHED connections even with extremely load. Could someone point me to either - a solution (or part thereof, or hints, or ...) - a good tomcat tuning resource ? I hope I can find a solution

Re: Production server tuning

2003-07-30 Thread Antonio Fiol Bonnn
john d. haro wrote: What is the load on your web servers? Very low. Could you repurpose a web server and load balance the app server instead? Web servers are light machines (uniprocessor, low memory, ...), while app server is a heavyweight (two nice fast processors, 4Gb RAM, ...). Web

Re: Production server tuning

2003-07-30 Thread Antonio Fiol Bonnín
. With the AjpConnector, you can set the attribute 'connectionTimeout=xx-ms' to have Tomcat drop the connection to Apache after xx milliseconds have gone by without traffic. Does that apply to CoyoteConnector? Is it really useful? For tuning, I like OptimizeIt (but it costs). It helped me once upon a time

Re: Production server tuning

2003-07-30 Thread Bill Barker
that apply to CoyoteConnector? Is it really useful? For tuning, I like OptimizeIt (but it costs). It helped me once upon a time. But I'm in a different company now. I'm sure that other people will offer there opinions. Yes, I heard of JProbe. Never tested. Any insights? How

Re: Production server tuning

2003-07-29 Thread Bill Barker
milliseconds have gone by without traffic. For tuning, I like OptimizeIt (but it costs). I'm sure that other people will offer there opinions. Antonio Fiol Bonnín [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, We have already gone live, and we actually spend too much time dead. I

RE: Production server tuning

2003-07-29 Thread john d. haro
. Good luck John Haro -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 12:47 AM To: Tomcat Users List Subject: Re: Production server tuning I'm no expert in load balancing and stuff like that, but shouldn't you load balance tomcat as well

Re: Production server tuning

2003-07-29 Thread srevilak
From: Antonio Fiol Bonnín fiol.bonnin () terra ! es Subject: Production server tuning For the first case, I reckon I might have found the cause: Apache MaxClients is set to 200, and Tomcat maxProcessors was set to something about 150. Taking into account that there are 3 Apache, that means

Re: Production server tuning

2003-07-29 Thread John Turner
This is good info. Thanks for posting!! John [EMAIL PROTECTED] wrote: From: Antonio Fiol Bonnín fiol.bonnin () terra ! es Subject: Production server tuning For the first case, I reckon I might have found the cause: Apache MaxClients is set to 200, and Tomcat maxProcessors was set

Production server tuning

2003-07-28 Thread Antonio Fiol Bonnín
really no clue: Apache MaxSpareServers is set to 10. I see more than 30 ESTABLISHED connections even with extremely load. Could someone point me to either - a solution (or part thereof, or hints, or ...) - a good tomcat tuning resource ? I hope I can find a solution for this soon... The Directors

Re: Production server tuning

2003-07-28 Thread Kwok Peng Tuck
- a solution (or part thereof, or hints, or ...) - a good tomcat tuning resource ? I hope I can find a solution for this soon... The Directors are starting to think that buying WebLogic is the solution to our nightmares. They think they only need to throw money at the problem. Please help me show them

Re: JK2 performance tuning

2003-07-18 Thread Simon Pabst
PROTECTED] Sent: Thursday, July 17, 2003 8:25 PM Subject: Re: JK2 performance tuning So nothing related to the jk2 connection between Apache and TC can be tuned? How many connections will Apache make? Auto grow? Joseph Lam Simon Pabst wrote: You can tune CoyoteConnector acceptCount and timeout

Re: JK2 performance tuning

2003-07-18 Thread Simon Pabst
As far as i know: (this may be wrong and can be different on your system/configuration - test) Theoretically Apache will do as many connections as childs are used, on Apache 2 the default maximum is 150 i think. I read somewhere that suggested for Tomcat is to use a higher Coyote maxProcessors

Re: JK2 performance tuning

2003-07-18 Thread siddharthgupta
hi there i was able to get in the administration tolls but please tell me what else have to configured as i am not able to see me pages from different machines in the network . only my machine with localhost:8080 displays the site please inform me how to do it .. Siddharth gupta

Re: JK2 performance tuning

2003-07-18 Thread joseph lam
:22 PM Subject: Re: JK2 performance tuning You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-) timeout value (in seconds) shouldn't be set to 0 (infinite) or too high, else your socket count will go up much as time

JK2 performance tuning

2003-07-17 Thread joseph lam
I just got JK2 2.0.2 installed and working with Apache 2.0.47. Since my site will have high traffic and lots of concurrent connections, what parameters should I fine tune (other than the min/maxProcessor in server.xml) ? How does Apache manage its jk2 connections to Tomcat? Joseph Lam

Re: JK2 performance tuning

2003-07-17 Thread Simon Pabst
You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-) timeout value (in seconds) shouldn't be set to 0 (infinite) or too high, else your socket count will go up much as time goes by (which not only consumes file

Re: JK2 performance tuning

2003-07-17 Thread Luciano Kiniti Issoe
Have you already compiled Apache for MaxClients 256 ? - Original Message - From: Simon Pabst [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:22 PM Subject: Re: JK2 performance tuning You can tune CoyoteConnector acceptCount and timeout values

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
Sorry, but ¿timeout is in seconds or in milliseconds ? Thanks Mauricio Nuñez El Jue 17 Jul 2003 12:22, Simon Pabst escribió: You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-) timeout value (in seconds)

Re: JK2 performance tuning

2003-07-17 Thread Simon Pabst
seconds as far as i know, not entirely sure though, anyone else knows? At 13:27 17.07.2003 -0400, you wrote: Sorry, but ¿timeout is in seconds or in milliseconds ? Thanks Mauricio Nuñez El Jue 17 Jul 2003 12:22, Simon Pabst escribió: You can tune CoyoteConnector acceptCount and timeout

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
Hi, Checking a bit, seconds to set the worker.properties property socket_timeout and millisecond setting the Connector connectionTimeuut at the server.xml Bye Mauricio El Jue 17 Jul 2003 13:43, Simon Pabst escribió: seconds as far as i know, not entirely sure though, anyone else knows?

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
Checking the source code... ChannelSocket.java ,and his parents and friends :-) Bye! El Jue 17 Jul 2003 17:01, Simon Pabst escribió: Did you find any documentation about the CoyoteConnector server.xml timeout? In http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk2.html its missing

Re: JK2 performance tuning

2003-07-17 Thread Simon Pabst
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 18, 2003 2:22 AM Subject: Re: JK2 performance tuning You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-) timeout value (in seconds) shouldn't

Re: JK2 performance tuning

2003-07-17 Thread joseph lam
So nothing related to the jk2 connection between Apache and TC can be tuned? How many connections will Apache make? Auto grow? Joseph Lam Simon Pabst wrote: You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-)

Re: JK2 performance tuning

2003-07-17 Thread Rick
tuning So nothing related to the jk2 connection between Apache and TC can be tuned? How many connections will Apache make? Auto grow? Joseph Lam Simon Pabst wrote: You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test

RE: tomcat tuning

2003-03-17 Thread Kapil Sharma
solutions? Thanks kapil -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED] Sent: 16 March 2003 20:10 To: Tomcat Users List Subject: RE: tomcat tuning Thanks for reply. This answers one of the problem. Another problem is db connections. I am monitoring db connections

Re: tomcat tuning

2003-03-17 Thread Cédric Viaud
Hi, I, personnaly, search archives using : http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 Hope this helps, Cédric - Original Message - From: Kapil Sharma [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 17, 2003 5:33 PM Subject: RE: tomcat tuning

  1   2   >