mturk       2005/04/28 04:03:05

  Modified:    jk/conf  uriworkermap.properties
               jk/native/iis/installer/conf uriworkermap.properties
  Log:
  Change some comments.
  
  Revision  Changes    Path
  1.5       +7 -3      jakarta-tomcat-connectors/jk/conf/uriworkermap.properties
  
  Index: uriworkermap.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/conf/uriworkermap.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- uriworkermap.properties   28 Apr 2005 10:51:00 -0000      1.4
  +++ uriworkermap.properties   28 Apr 2005 11:03:05 -0000      1.5
  @@ -1,8 +1,8 @@
   # uriworkermap.properties - IIS
   #
  -# This file provides sample mappings for example ajp13w
  +# This file provides sample mappings for example wlb
   # worker defined in workermap.properties.minimal
  -# The general sytax for this file is:
  +# The general syntax for this file is:
   # [URL]=[Worker name]
   
   /admin/*=wlb
  @@ -15,5 +15,9 @@
   
   !/servlets-examples/*.jpeg=wlb
   
  -#Mount jkmanager
  +#
  +# Mount jkstatus to /jkmanager
  +# For production servers you will need to
  +# secure the access to the /jkmanager url
  +#
   /jkmanager=jkstatus
  
  
  
  1.4       +7 -3      
jakarta-tomcat-connectors/jk/native/iis/installer/conf/uriworkermap.properties
  
  Index: uriworkermap.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/installer/conf/uriworkermap.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- uriworkermap.properties   28 Apr 2005 10:52:04 -0000      1.3
  +++ uriworkermap.properties   28 Apr 2005 11:03:05 -0000      1.4
  @@ -1,8 +1,8 @@
   # uriworkermap.properties - IIS
   #
  -# This file provides sample mappings for example ajp13w
  +# This file provides sample mappings for example wlb
   # worker defined in workermap.properties.minimal
  -# The general sytax for this file is:
  +# The general syntax for this file is:
   # [URL]=[Worker name]
   
   /admin/*=wlb
  @@ -15,5 +15,9 @@
   
   !/servlets-examples/*.jpeg=wlb
   
  -#Mount jkmanager
  +#
  +# Mount jkstatus to /jkmanager
  +# For production servers you will need to
  +# secure the access to the /jkmanager url
  +#
   /jkmanager=jkstatus
  
  
  

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

Reply via email to