Server.xml optimization question.

2004-11-08 Thread Mufaddal Khumri
Hi,
I have got the following connector in my server.xml file:
Connector port=9090
   maxThreads=150 minSpareThreads=25 
maxSpareThreads=75
   enableLookups=false redirectPort=8443 
acceptCount=100
   debug=0 connectionTimeout=2
   disableUploadTimeout=true /

I am trying to do some performance tune up and would like to see the 
effects of changing values of the attributes above. Are there any 
comprehensive webpages, documents regarding how to optimize the 
performance of your webapp by tweaking the server.xml parameters 
available somewhere?

Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Server.xml optimization question.

2004-11-08 Thread jouko johansson
Hi,
I believe you have read:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html
and by configuring one value at the time. It takes some time to be 
done.  I think
you can't create a common how-to configure your tomcat because people 
uses tomcat in
various solutions.

- Jouko Johansson
Mufaddal Khumri wrote:
Hi,
I have got the following connector in my server.xml file:
Connector port=9090
   maxThreads=150 minSpareThreads=25 maxSpareThreads=75
   enableLookups=false redirectPort=8443 
acceptCount=100
   debug=0 connectionTimeout=2
   disableUploadTimeout=true /

I am trying to do some performance tune up and would like to see the 
effects of changing values of the attributes above. Are there any 
comprehensive webpages, documents regarding how to optimize the 
performance of your webapp by tweaking the server.xml parameters 
available somewhere?

Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]