Equivalent HTTP/HTTPS/AJP connector attributes mapping between JBoss EAP 5.x and JBoss EAP 6.x

Solution Verified - Updated -

Issue

  • In EAP 5.x JBossWeb had the following attributes in HTTP/HTTPS/AJP connector. These attributes are not there in EAP 6.x HTTP/HTTPS/AJP connector.

    • MaxHTTPHeaderSize
    • MaxThreads
    • MinSpareThreads
    • MaxSpareThreads
    • bufferSize
    • acceptCount
    • keepAliveTimeout
    • maxPostSize
    • ciphers
    • truststoreFile
    • packetSize
    • useBodyEncodingForURI
    • server
    • tcpNoDelay
      How can these attributes be configured in EAP 6.x?
  • How do I configure my HTTP/HTTPS/AJP web connectors on EAP 6 (pool size, timeouts, etc)?
  • What will be http/https attributes moving from jboss 5.2 to 6.3 ?
  • Migrating server.xml from EAP 5 to EAP 6
  • In Jboss 5.1, there was an option through server.xml to specify max-threads value & other parameters. Here's a sample entry from jboss 5.1server.xml :
 <Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
         redirectPort="8443" URIEncoding="UTF-8" emptySessionPath="true" enableLookups="false" maxThreads="300" connectionTimeout="42000" acceptCount="50"/>

How to specify similar values in jboss eap 6.2?

  • Please let us know how to set max-post-size parameter in JBoss EAP6?
  • If I'd like to change KeepAliveTimeout in JBoss EAP 6.0.1, should I change connectionTimeout too?

Environment

  • JBoss Enterprise Application Platform (EAP)
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content