manveen     02/04/26 00:02:15

  Modified:    webapps/admin/connector connector.jsp
  Log:
  Support for HTTP, HTTPS (Coyote http1.1) and AJP (HTTP) connectors.
  
  Revision  Changes    Path
  1.7       +8 -3      jakarta-tomcat-4.0/webapps/admin/connector/connector.jsp
  
  Index: connector.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/connector/connector.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- connector.jsp     26 Apr 2002 02:11:28 -0000      1.6
  +++ connector.jsp     26 Apr 2002 07:02:15 -0000      1.7
  @@ -199,7 +199,11 @@
               </controls:data>
           </controls:row>
   
  -<%-- The following properties are supported for both Coyote and JK2 Connectors --%>
  +<%-- The following properties are supported only for Coyote Connectors --%>
  +     <logic:notEqual name="connectorForm" property="connectorType" scope="session" 
  +                  value="Ajp13Connector">
  +     <logic:notEqual name="connectorForm" property="connectorType" scope="session" 
  +                  value="HTTP(AJP)">
           <controls:row header="true" labelStyle="table-header-text" 
dataStyle="table-header-text">
               <controls:label>Proxy</controls:label>
               <controls:data>&nbsp;</controls:data>
  @@ -218,12 +222,13 @@
                   <html:text property="proxyPortText" size="5"/> 
               </controls:data>
           </controls:row>
  +        </logic:notEqual>
  +        </logic:notEqual>
   
  -<%-- The following properties are supported only on HTTPS JK2 Connector --%>
  +<%-- The following properties are supported only on HTTPS Connector --%>
        <logic:equal name="connectorForm" property="connectorType" scope="session" 
                     value="HTTPS">
           <br>
  -
           <controls:row header="true" labelStyle="table-header-text" 
dataStyle="table-header-text">
               <controls:label>Factory Properties:</controls:label>
               <controls:data>&nbsp;</controls:data>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to