[jboss-cvs] JBossRemoting/docs/guide/en ...

Tom Elrod tom.elrod at jboss.com
Fri Aug 25 15:50:01 EDT 2006


  User: telrod  
  Date: 06/08/25 15:50:01

  Modified:    docs/guide/en  chap5.xml
  Log:
  JBREM-569 - fix for http proxy
  
  Revision  Changes    Path
  1.11      +5 -3      JBossRemoting/docs/guide/en/chap5.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap5.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap5.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- chap5.xml	18 Aug 2006 17:24:11 -0000	1.10
  +++ chap5.xml	25 Aug 2006 19:50:01 -0000	1.11
  @@ -1271,7 +1271,8 @@
               </programlisting>
   
         <para>The http.proxyPort property is not required and if not present,
  -      will use default of 80.</para>
  +      will use default of 80. Note: setting the proxy config in this way can
  +      ONLY be done if using JDK 1.5 or higher.</para>
   
         <para>The other way to enable use of an http proxy server from the HTTP
         client invoker is to set the following system properties (either via
  @@ -1286,8 +1287,9 @@
         <para>Note: when testing with Apache 2.0.48 (mod_proxy and
         mod_proxy_http), all of the properties above were required.</para>
   
  -      <para>Setting the system properties will take precedence over setting
  -      the metadata Map.</para>
  +      <para>Setting the system properties can be used for JDK 1.4 and higher.
  +      However, will not be able to specify proxy server per remoting client if
  +      use system properties..</para>
   
         <bridgehead>Basic authentication - direct and via proxy</bridgehead>
   
  
  
  



More information about the jboss-cvs-commits mailing list