remm        2004/01/08 06:55:57

  Modified:    webapps/docs proxy-howto.xml
  Log:
  - No className is needed anymore.
  
  Revision  Changes    Path
  1.6       +3 -4      jakarta-tomcat-catalina/webapps/docs/proxy-howto.xml
  
  Index: proxy-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/proxy-howto.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- proxy-howto.xml   26 Nov 2003 03:43:31 -0000      1.5
  +++ proxy-howto.xml   8 Jan 2004 14:55:57 -0000       1.6
  @@ -76,10 +76,9 @@
       <code>&lt;Connector&gt;</code> element, with appropriate
       proxy settings, for example:
   <source>
  -&lt;Connector className="org.apache.catalina.connector.http.HttpConnector"
  -                port="8081" ...
  -           proxyName="www.mycompany.com"
  -           proxyPort="80"/&gt;
  +&lt;Connector port="8081" ...
  +              proxyName="www.mycompany.com"
  +              proxyPort="80"/&gt;
   </source>
       which will cause servlets inside this web application to think that
       all proxied requests were directed to <code>www.mycompany.com</code>
  
  
  

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

Reply via email to