[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Large web service request, connection prematurely closed

tinny4u do-not-reply at jboss.com
Thu Apr 2 17:43:03 EDT 2009


  | <Connector port="8080" address="${jboss.bind.address}"    
  |          maxThreads="250" maxHttpHeaderSize="16384"
  |          emptySessionPath="true" protocol="HTTP/1.1"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  | 	 maxPostSize="10240"
  | 	 bufferSize="10240"
  |          socketBuffer="10240"
  |          connectionTimeout="240000" disableUploadTimeout="true" />
  | 
  |     <!-- Define a SSL HTTP/1.1 Connector on port 8443
  |          This connector uses the JSSE configuration, when using APR, the 
  |          connector should be using the OpenSSL style configuration
  |          described in the APR documentation -->
  |    
  |     <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
  |                maxThreads="150" scheme="https" secure="true"
  |                clientAuth="false" sslProtocol="TLS" 
  | 	       connectionTimeout="240000"
  | 	       maxPostSize="10240"
  |                bufferSize="10240"
  |                socketBuffer="10240"
  |                maxSavePostSize="10240"
  | 	       maxHttpHeaderSize="16384"
  |                disableUploadTimeout="true"
  |                keystoreFile="${jboss.server.home.dir}/conf/.keystore" 
  |                keystorePass="fact0ring" />
  |    
  | 
  |     <!-- Define an AJP 1.3 Connector on port 8009 -->
  |     <Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
  |          emptySessionPath="true" enableLookups="false" redirectPort="8443" />
  | 
  | 

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

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



More information about the jboss-user mailing list