org.eclipse.tomcat/preferences.ini

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (download) (annotate)
Sat Mar 26 04:12:49 2005 UTC (4 years, 8 months ago) by kkolosow
Branch: MAIN
CVS Tags: v20060601, v20070514, v20050425, R3_3_1_1, v20050412b, v20050412c, v20050412a, I20060605-1430, R3_2_1, R3_2_2, v20050412, v20060417, v20060412, v20061023, R3_1, R3_2, R3_3, v20050328, v20050805, v20070316, pre_R3_3, v20051212, v20060223, v20050506, v20051128, v20060303, v20050621, v20050623, v20060510, Root_Post_3_2, R3_1_2, v20050526, R3_1_1, v20070530, v20070531, v20060510a, R3_3_1, R3_3_2, v20051114, v20060212, v20061208, HEAD
Branch point for: Post_3_2
Changes since 1.7: +19 -0 lines
73285 Secure Eclipse Infocenter Access
# Coyote HTTP/1.1 Connector attributes

# The maximum queue length for incoming connection requests
# when all possible request processing threads are in use.
# Any requests received when the queue is full will be refused.
acceptCount=100

# The maximum number of request processing threads to be created by this Connector,
# which therefore determines the maximum number of simultaneous requests
# that can be handled.
maxProcessors=75

# The number of request processing threads that will be created when this Connector
# is first started. This attribute should be set to a value smaller
# than that set for maxProcessors.
minProcessors=5

# The port number to use for the SSL Connector
# -1 to disable
sslPort = -1

# The protocol to use for the SSL Connector
sslProtocol = TLS

# The URL scheme associated with the SSL Connector
sslScheme = https

# Allows the user to specify the X509 algorithm to use
#sslAlgorithm = IbmX509

# Allows the user to specify a non-standard key store file
# and keystore and certificate password
#keyStoreFile = 
#keyStorePassword =