uriworkermap.properties
上传用户:zhangkaihu
上传日期:2008-02-20
资源大小:3690k
文件大小:0k
源码类别:

Web服务器

开发平台:

Java

  1. # uriworkermap.properties - IIS
  2. #
  3. # This file provides sample mappings for example ajp13w
  4. # worker defined in workermap.properties.minimal
  5. # The general sytax for this file is:
  6. # [URL]=[Worker name]
  7. /servlet-examples/*=ajp13w
  8. # Optionally filter out all .jpeg files inside that context
  9. # For no mapping the url has to start with exclamation (!)
  10. !/servlet-examples/*.jpeg=ajp13w