You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/05/16 10:57:18 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

jfclere     2003/05/16 01:57:18

  Modified:    jk/xdocs/jk2 configwebcom.xml
  Log:
  Arrange the workerEnv section.
  JkOptions +ForwardKeySize is forwardKeySize in the [workerEnv].
  
  Revision  Changes    Path
  1.8       +27 -1     jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configwebcom.xml	6 Mar 2003 19:45:27 -0000	1.7
  +++ configwebcom.xml	16 May 2003 08:57:18 -0000	1.8
  @@ -61,12 +61,38 @@
                           <td>Default loger used by jk2 components, can be changed in the config file, normally it defaults to "logger" the Alias for the default logger for the Server/platform.</td>
                       </tr>
                       <tr>
  +                        <td>sslEnable</td>
  +                        <td>1 (true)</td>
  +                        <td>Enable handling of SSL</td>
  +                    </tr>
  +                    <tr>
                           <td>timing</td>
                           <td>0</td>
                           <td>Will jk2 get request timing (needs APR?)</td>
                       </tr>
  +                    <tr>
  +                        <td>forwardKeySize</td>
  +                        <td>not set</td>
  +                        <td>Enable filling of javax.servlet.request.key_size</td>
  +                    </tr>
  +                    <tr>
  +                        <td>forwardURICompat</td>
  +                        <td>set</td>
  +                        <td>Past the URI untouched.</td>
  +                    </tr>
  +                    <tr>
  +                        <td>forwardURICompatUnparsed</td>
  +                        <td>not set</td>
  +                        <td>Parse the URI until the '?'.</td>
  +                    </tr>
  +                    <tr>
  +                        <td>forwardURIEscaped</td>
  +                        <td>not set</td>
  +                        <td>Past the URI escaped.</td>
  +                    </tr>
                   </table>
               </p>
  +            <p>Only one of the forwardURI option could be used it replaces the default value.</p>
           </section>
           <section name="config">
               <p>The config component, hold the detail of the conifg system, such config file name, create global defines</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org