1 Reply Latest reply on Mar 3, 2009 1:37 AM by itlche

    AJP Connector settings in JBOSS 4.2.2GA server

    itlche

      Hi ,

      Could some one tell me wat does these settings actually mean ? [Please see the server.xml settings below. ]

      Well i can understand from worker.properties that 8009 , 8010 ports are used for apache to jboss connectivity. but i dont understand the use of redirectports and other settings .


      From Server.xml






      <!-- Define an AJP 1.3 Connector on port 8010 -->


        • 1. Re: AJP Connector settings in JBOSS 4.2.2GA server
          itlche

          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" />