new tomcat
This commit is contained in:
parent
879ecc62c4
commit
c568828cb8
256 changed files with 19009 additions and 235 deletions
13
tomcat/conf/uriworkermap.properties
Normal file
13
tomcat/conf/uriworkermap.properties
Normal file
|
@ -0,0 +1,13 @@
|
|||
# uriworkermap.properties - IIS
|
||||
#
|
||||
# This file provides sample mappings for example ajp13w
|
||||
# worker defined in workermap.properties.minimal
|
||||
# The general sytax for this file is:
|
||||
# [URL]=[Worker name]
|
||||
|
||||
/servlet-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
|
Loading…
Add table
Add a link
Reference in a new issue