mturk 2004/11/30 00:50:23 Added: jk/conf uriworkermap.properties workers.properties.minimal Log: Added minimal workers.properties configuration and a sample uriworkermap.properties file for IIS. Revision Changes Path 1.1 jakarta-tomcat-connectors/jk/conf/uriworkermap.properties Index: uriworkermap.properties =================================================================== # uriworkermap.properties - IIS # # This file provides sample mappings for example ajp13w # worker defined in workermap.properties.minimal /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 1.1 jakarta-tomcat-connectors/jk/conf/workers.properties.minimal Index: workers.properties.minimal =================================================================== # workers.properties.minimal - # # This file provides minimal jk configuration properties needed to # connect to Tomcat. # # The workers that jk should create and work with # worker.list=ajp13worker # # Defining a worker named ajp13w and of type ajp13 # Note that the name and the type do not have to match. # worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]