#uriworkermap.properties - IIS # #This file provides sample mappings for example wlb #worker defined in workermap.properties.minimal #The general syntax for this file is: #[URL]=[Worker name] /*.do=wlb /*.jsp=wlb /*.gif=wlb /*.jpg=wlb /admin/*=wlb /manager/*=wlb /examples/*=wlb #Optionally filter out all .jpeg files inside that context #For no mapping the url has to start with exclamation (!) #!/servlets-examples/*.jpeg=wlb # #Mount jkstatus to /jkmanager #For production servers you will need to #Secure the access to the /jkmanager url # /jkmanager=jkstatus