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 Tom

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 thr

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" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, > > On 11/6/2010 2:17 PM, Jim Riggs wrote: >> On Nov 6, 2010

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 > impl

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 >> >> > maxThreads="1000" minSpareThreads="150"/>

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 > > maxThreads="1000" minSpareThreads="150"/> > > connectionTimeout="2" > executor="tomcatThreadPool" > maxThreads="1000" >

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 > >maxThreads="1000" minSpareThreads="150"/> > > connectionTimeout="2" > executor="tomcatThreadPool" > maxThreads="100

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
="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

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 y

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Jim Riggs
" > 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 > wrote: > >>> From: rujin raj [mailto:ru

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread 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

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

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 rujin raj
? On 5 November 2010 10:39, Caldarale, Charles R wrote: > > From: rujin raj [mailto:rujin...@gmail.com] > > Subject: Re: Connector Setting Problem in tomcat 6.0.29 > > > I ad

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: > port="8080" protocol="HTTP/1.1"

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-04 Thread rujin raj
m: 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. >>>

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 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 element;

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-02 Thread Richard G Curry
(short) Text Message to my Pager: 9725857...@page.metrocall.com -Original Message- From: rujin raj [mailto:rujin...@gmail.com] Sent: Tuesday, November 02, 2010 6:51 AM To: Tomcat Users List 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

Connector Setting Problem in tomcat 6.0.29

2010-11-02 Thread rujin raj
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. While starting the tomcat it is giving the error as follows. 2 Nov, 2010 4:55:24 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache