You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2004/10/04 13:27:18 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/java client-side-axis.ihtml

toshi       2004/10/04 04:27:18

  Modified:    site/src/documentation/content/xdocs/java
                        client-side-axis.ihtml
  Log:
  Correcting a doc-bug reported by Ron Wheeler (rwheeler@artifact-software.com)
  
  Revision  Changes    Path
  1.3       +5 -5      ws-axis/site/src/documentation/content/xdocs/java/client-side-axis.ihtml
  
  Index: client-side-axis.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/java/client-side-axis.ihtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- client-side-axis.ihtml	21 Feb 2004 23:14:18 -0000	1.2
  +++ client-side-axis.ihtml	4 Oct 2004 11:27:18 -0000	1.3
  @@ -35,9 +35,9 @@
   worth covering.</P>
   <P>TCP/IP builds a reliable channel between two computers, <I>hosts</I>.
   Every computer running TCP can receive messages coming in on any
  -<I>port</I><SPAN STYLE="font-style: normal">, from 1-65535. That is,
  +<I>port</I>, from 1-65535. That is,
   if a program on that machine has created a <I>socket</I> and is
  -listening on that port. If not, you will see the message </SPAN><I>connection
  +listening on that port. If not, you will see the message <I>connection
   refused. </I>
   </P>
   <P STYLE="font-style: normal">Before a client connects to a host, it
  @@ -99,9 +99,9 @@
   link with low latency (good) may still have low bandwidth (bad),
   while a high bandwidth connection might have a high latency, as the
   remote server is distant.</P>
  -<P STYLE="font-style: normal"><SPAN STYLE="font-style: normal">Firewalls
  +<P STYLE="font-style: normal">Firewalls
   are a critical feature of modern networks. A firewall blocks off
  -ports to incoming calls. A </SPAN><I>stateful firewall</I><SPAN STYLE="font-style: normal">
  +ports to incoming calls. A stateful firewall
   examines every packet and only allows packets of the current TCP
   conversation in, and is even better. Firewalls are essential for
   security reasons, so that you can expose more services behind a
  @@ -112,7 +112,7 @@
   143 (IMAP) blocked to stop people connecting to external mail
   servers. You need to assume that there will be firewalls in the
   network, between SOAP client and server, and so callbacks from server
  -to client are not going to be possible. </SPAN>
  +to client are not going to be possible.
   </P>
   <H2>Core HTTP Concepts 
   </H2>