Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. worker.list=bal1,stat1
  2.  
  3. # workers ATTIVI
  4.  
  5. worker.tomcat1.type=ajp13
  6. worker.tomcat1.host=194.119.218.33
  7. worker.tomcat1.port=8009
  8. worker.tomcat1.lbfactor=10
  9. worker.tomcat1.redirect=tomcat9
  10.  
  11. worker.tomcat2.type=ajp13
  12. worker.tomcat2.host=194.119.218.34
  13. worker.tomcat2.port=8009
  14. worker.tomcat2.lbfactor=10
  15. worker.tomcat2.redirect=tomcat10
  16.  
  17. worker.tomcat3.type=ajp13
  18. worker.tomcat3.host=194.119.218.35
  19. worker.tomcat3.port=8009
  20. worker.tomcat3.lbfactor=10
  21. worker.tomcat3.redirect=tomcat9
  22.  
  23. worker.tomcat4.type=ajp13
  24. worker.tomcat4.host=194.119.218.36
  25. worker.tomcat4.port=8009
  26. worker.tomcat4.lbfactor=10
  27. worker.tomcat4.redirect=tomcat10
  28.  
  29.  
  30. # workers PASSIVI
  31.  
  32. #worker.tomcat9.type=ajp13
  33. #worker.tomcat9.host=194.119.218.37
  34. #worker.tomcat9.port=8009
  35. #worker.tomcat9.lbfactor=10
  36. #worker.tomcat9.activation=disabled
  37.  
  38. #worker.tomcat10.type=ajp13
  39. #worker.tomcat10.host=194.119.218.38
  40. #worker.tomcat10.port=8009
  41. #worker.tomcat10.lbfactor= 0
  42. #worker.tomcat10.activation=disabled
  43.  
  44. # worker per il load balancer
  45.  
  46. worker.bal1.type=lb
  47. worker.bal1.sticky_session=1
  48. worker.bal1.sticky_session_force=0
  49. worker.bal1.balance_workers=tomcat1,tomcat2,tomcat3,tomcat4,tomcat9,tomcat10
  50.  
  51. # worker per lo status
  52. worker.stat1.type=status
  53. worker.stat1.css=../status.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement