[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Property minSpareThreads not found on the protocol handler.

ozguy do-not-reply at jboss.com
Sun Jul 26 23:32:57 EDT 2009


Hi

I am using jboss 4.2.3 and when configuring the http connector, there is a warn:
 WARN  [org.apache.catalina.connector.Connector] Property minSpareThreads not found on the protocol handler.


Why can't i specify the minSpareThreads? 

my connector settings are as follows:

  |  <Connector port="8080" address="${jboss.bind.address}"
  |          maxThreads="1000" maxHttpHeaderSize="8192"
  |          emptySessionPath="true" protocol="HTTP/1.1"
  |          enableLookups="false" redirectPort="443" acceptCount="100"
  |          connectionTimeout="60000" disableUploadTimeout="true"
  |         compression="on" compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css"
  |         maxKeepAliveRequests="200" minSpareThreads="100"  tcpNoDelay="true"
  |          />
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246079#4246079

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246079



More information about the jboss-user mailing list