[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: AJP Connector settings in JBOSS 4.2.2GA server

itlche do-not-reply at jboss.com
Tue Mar 3 01:37:15 EST 2009


Sorry i forgot to add the configuration parameters from the server.xml.

Here Below the parameters ----


    <Connector port="8080" address="${jboss.bind.address}"
  |          maxThreads="250" maxHttpHeaderSize="8192"
  |          emptySessionPath="true" protocol="HTTP/1.1"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  |          connectionTimeout="20000" disableUploadTimeout="true" />
  | 




  |    <!-- 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="443"
  |          scheme="http" secure="false" useIPVHosts="true" proxyPort="80" connectionTimeout="600000" />
  | 
  |     <!-- Define an AJP 1.3 Connector on port 8010 -->
  |     <Connector port="8010" address="${jboss.bind.address}" protocol="AJP/1.3"
  |          emptySessionPath="true" enableLookups="false" redirectPort="80"
  |          scheme="https" secure="true" useIPVHosts="true" proxyPort="443" connectionTimeout="600000" />
  | 
  | 

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

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



More information about the jboss-user mailing list