You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/04/28 12:51:01 UTC

cvs commit: jakarta-tomcat-connectors/jk/conf uriworkermap.properties workers.properties.minimal

mturk       2005/04/28 03:51:00

  Modified:    jk/conf  uriworkermap.properties workers.properties.minimal
  Log:
  Update default uriworkermap and workers.properties
  
  Revision  Changes    Path
  1.4       +8 -5      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- uriworkermap.properties	28 Apr 2005 10:46:58 -0000	1.3
  +++ uriworkermap.properties	28 Apr 2005 10:51:00 -0000	1.4
  @@ -5,12 +5,15 @@
   # The general sytax for this file is:
   # [URL]=[Worker name]
   
  -/admin/*=ajp13w
  -/manager/*=ajp13w
  -/jsp-examples/*=ajp13w
  -/servlets-examples/*=ajp13w
  +/admin/*=wlb
  +/manager/*=wlb
  +/jsp-examples/*=wlb
  +/servlets-examples/*=wlb
   
   # Optionally filter out all .jpeg files inside that context
   # For no mapping the url has to start with exclamation (!)
   
  -!/servlets-examples/*.jpeg=ajp13w
  +!/servlets-examples/*.jpeg=wlb
  +
  +#Mount jkmanager
  +/jkmanager=jkstatus
  
  
  
  1.3       +14 -1     jakarta-tomcat-connectors/jk/conf/workers.properties.minimal
  
  Index: workers.properties.minimal
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/workers.properties.minimal,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- workers.properties.minimal	30 Nov 2004 08:52:33 -0000	1.2
  +++ workers.properties.minimal	28 Apr 2005 10:51:00 -0000	1.3
  @@ -5,8 +5,8 @@
   #
   # The workers that jk should create and work with
   #
  -worker.list=ajp13w
   
  +worker.list=wlb,jkstatus
   
   #
   # Defining a worker named ajp13w and of type ajp13
  @@ -15,3 +15,16 @@
   worker.ajp13w.type=ajp13
   worker.ajp13w.host=localhost
   worker.ajp13w.port=8009
  +
  +#
  +# Defining a load balancer
  +# 
  +
  +worker.wlb.type=lb
  +worker.wlb.balance_workers=wlb
  +
  +#
  +# Define status worker
  +#
  +
  +worker.jkstatus.type=status
  \ No newline at end of file
  
  
  

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