hgomez      2002/10/25 08:42:49

  Modified:    jk/xdocs/jk aphowto.xml
  Log:
  Fix typo in documentation (double>>)
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- aphowto.xml       24 Sep 2002 10:49:03 -0000      1.11
  +++ aphowto.xml       25 Oct 2002 15:42:49 -0000      1.12
  @@ -564,10 +564,10 @@
   <note># Static files in the examples webapp are served by apache</note>
   <read>Alias /examples /vat/tomcat3/webapps/examples</read>
   <note># The following line prohibits users from directly access WEB-INF</note>
  -<read>&lt;Location "/examples/WEB-INF/"&gt;></read>
  +<read>&lt;Location "/examples/WEB-INF/"&gt;</read>
   <read>AllowOverride None</read>
   <read>deny from all</read>
  -<read>&lt;Location&gt;></read>
  +<read>&lt;Location&gt;</read>
   <note># All JSP will goes to worker1</note>
   <read>JkMount /*.jsp worker1</read>
   <note># All servlets goes to worker1</note>
  
  
  

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

Reply via email to