what version of tomcat is that?

I'm running 4.0.3 and I don't see anything like PoolTCpConnector on my 
server.xml





From: DC Yin <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: tomcat config
Date: Mon, 27 May 2002 15:53:37 -0400 (EDT)
MIME-Version: 1.0
Received: from nagoya.betaversion.org ([192.18.49.131]) by hotmail.com with 
Microsoft SMTPSVC(5.0.2195.4905); Mon, 27 May 2002 12:53:44 -0700
Received: (qmail 864 invoked by uid 97); 27 May 2002 19:53:39 -0000
Received: (qmail 852 invoked by uid 98); 27 May 2002 19:53:39 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Tomcat Users List" <tomcat-user.jakarta.apache.org>
Delivered-To: mailing list [EMAIL PROTECTED]
X-Antivirus: nagoya (v4198 created Apr 24 2002)
Message-ID: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 May 2002 19:53:46.0346 (UTC) 
FILETIME=[36550CA0:01C205B8]

Hi Terrence,
My server.xml about connector defination like this:
<!-- Normal HTTP-->
<!--
<Connector
className="org.apache.tomcat.service.PoolTCpConnector">
     <Parameter name="handler"

value="org.apache.tomcat.service.http.HttpConnectionHandler">
     <Parameter name="port"
       value="8080"
</connector>
-->

where I add maxProcessors?
I find in tomcat.properties file, there is parameter
called security.maxConnections=50. Dose it parameter
work if I increase it? By the way, I use SSL and
Apache with tomcat.

thanks

Yin
--- Terrence Szeto <[EMAIL PROTECTED]> wrote:
 > With your server.xml file, change your maxProcessors
 > from 75 to your desired
 > amount.
 >
 > (excerpt from server.xml file)
 >
 >     <!-- Define a non-SSL HTTP/1.1 Connector on port
 > 8080 -->
 >     <Connector
 >
className="org.apache.catalina.connector.http.HttpConnector"
 >                port="8080" minProcessors="5"
 > maxProcessors="75"
 >                enableLookups="true"
 > redirectPort="8443"
 >                acceptCount="10" debug="0"
 > connectionTimeout="60000"/>
 >
 >
 >
 >
 >
 >
 > From: DC Yin <[EMAIL PROTECTED]>
 > Reply-To: "Tomcat Users List"
 > <[EMAIL PROTECTED]>
 > To: [EMAIL PROTECTED]
 > Subject: tomcat config
 > Date: Mon, 27 May 2002 15:03:14 -0400 (EDT)
 > MIME-Version: 1.0
 > Received: from nagoya.betaversion.org
 > ([192.18.49.131]) by hotmail.com with
 > Microsoft SMTPSVC(5.0.2195.4905); Mon, 27 May 2002
 > 12:03:37 -0700
 > Received: (qmail 28610 invoked by uid 97); 27 May
 > 2002 19:03:18 -0000
 > Received: (qmail 28597 invoked by uid 98); 27 May
 > 2002 19:03:18 -0000
 > Mailing-List: contact
 > [EMAIL PROTECTED]; run by ezmlm
 > Precedence: bulk
 > List-Unsubscribe:
 > <mailto:[EMAIL PROTECTED]>
 > List-Subscribe:
 > <mailto:[EMAIL PROTECTED]>
 > List-Help:
 > <mailto:[EMAIL PROTECTED]>
 > List-Post: <mailto:[EMAIL PROTECTED]>
 > List-Id: "Tomcat Users List"
 > <tomcat-user.jakarta.apache.org>
 > Delivered-To: mailing list
 > [EMAIL PROTECTED]
 > X-Antivirus: nagoya (v4198 created Apr 24 2002)
 > Message-ID:
 > <[EMAIL PROTECTED]>
 > X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
 > Return-Path:
 >
[EMAIL PROTECTED]
 > X-OriginalArrivalTime: 27 May 2002 19:03:37.0779
 > (UTC)
 > FILETIME=[35162830:01C205B1]
 >
 > I need to config tomcat to increase the number of
 > connection to tomcat stimulately. How should I do
 > it?
 >
 > Yin
 >
 >
______________________________________________________________________
 > Find, Connect, Date! http://personals.yahoo.ca
 >
 > --
 > To unsubscribe, e-mail:
 > <mailto:[EMAIL PROTECTED]>
 > For additional commands, e-mail:
 > <mailto:[EMAIL PROTECTED]>
 >
 >
_________________________________________________________________
 > Send and receive Hotmail on your mobile device:
 > http://mobile.msn.com
 >
 >
 > --
 > To unsubscribe, e-mail:
 > <mailto:[EMAIL PROTECTED]>
 > For additional commands, e-mail:
 > <mailto:[EMAIL PROTECTED]>
 >


______________________________________________________________________
Find, Connect, Date! http://personals.yahoo.ca

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

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

Reply via email to