hgomez 2002/11/06 09:05:10 Modified: jk/xdocs/jk quickhowto.xml Log: Typos ;{ Revision Changes Path 1.2 +3 -3 jakarta-tomcat-connectors/jk/xdocs/jk/quickhowto.xml Index: quickhowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/quickhowto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- quickhowto.xml 6 Nov 2002 17:00:32 -0000 1.1 +++ quickhowto.xml 6 Nov 2002 17:05:10 -0000 1.2 @@ -99,9 +99,9 @@ <read>JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories</read> <note># JkRequestLogFormat set the request format </note> <read>JkRequestLogFormat "%w %V %T"</read> -<note># Send servlet for context /examples to worker named worker1</note> +<note># Send servlet for context /examples to worker named worker2 (ajp13)</note> <read>JkMount /examples/servlet/* worker2</read> -<note># Send JSPs for context /examples to worker named worker1</note> +<note># Send JSPs for context /examples to worker named worker2 (ajp13)</note> <read>JkMount /examples/*.jsp worker2</read> </screen> </p>
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>