# -*- mode:apache -*- worker.ajp13.type=ajp13 # Specifies the load balance factor when used with # a load balancing worker # Note: # ----> lbfactor must be -> 0 # ----> Low lbfactor means less work done by the worker worker.ajp13.lbfactor=1 # Specify the size of the open connection cache # worker.ajp13.cachesize # # DEFAULT LOAD BALANCER WORKER DEFINITION # #worker.loadbalancer.type=lb #worker.loadbalancer.balanced_workers=ajp13 #worker.tomcat_home=E:\Apache Software Foundation\Tomcat 5.5\ #worker.java_home=E:\Sun\AppServer\jdk # Configuring the environment slash (Windows-Style) ps=\ # Default worker list worker.list=ajp13 # Default worker definition worker.ajp13.port=8009 worker.ajp13.host=127.0.0.1