Re: Connector Setting Problem in tomcat 6.0.29

2010-11-07 Thread Pid
On 07/11/2010 01:27, Jim Riggs wrote: On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote: I believe (if I heard it correctly), either Mark T. or Tim F. explained at ApacheCon this week that the minimum is not immediate. It needs to build up to that level. So, when you start Tomcat, you

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Pid
On 06/11/2010 05:50, rujin raj wrote: Hi, Now my server.xml file is like this.As you told i added executor=tomcatThreradPool as follows Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=1000 minSpareThreads=150/ Connector port=8080 protocol=HTTP/1.1

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 12:50 AM, rujin raj wrote: Now my server.xml file is like this.As you told i added executor=tomcatThreradPool as follows Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=1000 minSpareThreads=150/ Connector port=8080 protocol=HTTP/1.1

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 11/6/2010 2:17 PM, Jim Riggs wrote: On Nov 6, 2010, at 12:50 AM, rujin raj wrote: Now my server.xml file is like this.As you told i added executor=tomcatThreradPool as follows Executor name=tomcatThreadPool namePrefix=catalina-exec-

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Connector Setting Problem in tomcat 6.0.29 If that's the case, I find that surprising. I always like to avoid violating the principle of least surprise. minSpareThreads as a name implies to me that those spares

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Brooke Hedrick
Doesn't the db pooling config use a param called something like initSize or initialSize if you want it to start at that size. On Nov 6, 2010 2:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 11/6/2010 2:17 PM, Jim Riggs

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote: I believe (if I heard it correctly), either Mark T. or Tim F. explained at ApacheCon this week that the minimum is not immediate. It needs to build up to that level. So, when you start Tomcat, you won't immediately fire up 150 threads

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/ -- /Host /Engine /Service /Server On 5 November 2010 10:39, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 11/5/2010 3:39 AM, rujin raj wrote: I tried a lot. I am not able to point out the problem.Herewith i attached my server.xml file.. Please help me where i done mistake? At this point, your server.xml does not match your original warning

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem in tomcat 6.0.29 I tried a lot. I am not able to point out the problem.Herewith i attached my server.xml file.. When posting long XML files, please strip out the comments, so we don't have to wade through

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
disableUploadTimeout=true redirectPort=8443 / Thanks for helping me upto this level.I am trying this from last one week. Regards rujin On 5 November 2010 18:37, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Jim Riggs
for helping me upto this level.I am trying this from last one week. Regards rujin On 5 November 2010 18:37, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem in tomcat 6.0.29 I tried a lot. I am not able

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem in tomcat 6.0.29 Please how to add the executor attribute in connector You are expected to be able to read the documentation, for which the exact links have been given to you several times. If you're

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
. Regards rujin On 5 November 2010 18:37, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem in tomcat 6.0.29 I tried a lot. I am not able to point out the problem.Herewith i attached my

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-04 Thread rujin raj
I added the attributes in connector executer. even though it is not working Executer setting: Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1 minSpareThreads=50 connectionTimeout=2 redirectPort=8443 / I need to

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-04 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Connector Setting Problem in tomcat 6.0.29 I added the attributes in connector executer. even though it is not working Executer setting: Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-03 Thread Rainer Jung
On 02.11.2010 14:20, Caldarale, Charles R wrote: From: rujin raj [mailto:rujin...@gmail.com] Subject: Connector Setting Problem in tomcat 6.0.29 I am using tomcat 6.0.29 64 bit and java 64 1.6.0 64 bit edition.I configured the http connector minSpareThreads and MaxSpareThreads. There are no

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-02 Thread Richard G Curry
The following link points to something similar to what you have here, perhaps it can guide you to a solution: http://mail-archives.apache.org/mod_mbox/tomcat-users/200705.mbox/%3c4656d0d8.4010...@pidster.com%3e

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-02 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Connector Setting Problem in tomcat 6.0.29 I am using tomcat 6.0.29 64 bit and java 64 1.6.0 64 bit edition.I configured the http connector minSpareThreads and MaxSpareThreads. There are no such settings for the Connector element; read