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:46:58 UTC

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

mturk       2005/04/28 03:46:58

  Modified:    jk/conf  uriworkermap.properties
  Log:
  Update default uriworkermap
  
  Revision  Changes    Path
  1.3       +5 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- uriworkermap.properties	30 Nov 2004 08:56:17 -0000	1.2
  +++ uriworkermap.properties	28 Apr 2005 10:46:58 -0000	1.3
  @@ -5,9 +5,12 @@
   # The general sytax for this file is:
   # [URL]=[Worker name]
   
  -/servlet-examples/*=ajp13w
  +/admin/*=ajp13w
  +/manager/*=ajp13w
  +/jsp-examples/*=ajp13w
  +/servlets-examples/*=ajp13w
   
   # Optionally filter out all .jpeg files inside that context
   # For no mapping the url has to start with exclamation (!)
   
  -!/servlet-examples/*.jpeg=ajp13w
  +!/servlets-examples/*.jpeg=ajp13w
  
  
  

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