Bug 37039

Summary: Typo in the quick-howto for jk connector configuration
Product: Tomcat Connectors Reporter: Roberto Resoli <resoli>
Component: CommonAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
URL: http://jakarta.apache.org/tomcat/connectors-doc/howto/quick.html

Description Roberto Resoli 2005-10-12 10:16:21 UTC
The typo is in the "Minimum workers.properties" section:

# Define 1 real worker using ajp13
  worker.list=worker1
  # Set properties for worker1 (ajp13)
  worker.worker1.type=ajp13
  worker.worker1.host=localhost
  worker.worker1.port=8009
  worker.worker1.lbfactor=50
  worker.worker1.cachesize=10
  worker.worker1.cache_timeout=600
  worker.worker1.socket_keepalive=1
  worker.worker1.reclycle_timeout=300 <--- TYPO HERE
Comment 1 Yoav Shapira 2005-10-17 01:01:34 UTC
Fixed, thank you for pointing it out.