1 / 10

Fronting Tomcat With Apache V0.1 – 2011-01-27

Fronting Tomcat With Apache V0.1 – 2011-01-27. Nguyễn Bá Thành Software Manager, Game Platform & Integration. Why?. Best Practice Scalability Security Load Balancing Failover. Free Tomcat From Serving Static Content. Security. Load Balancing. Load Balancing (cont).

kapono
Download Presentation

Fronting Tomcat With Apache V0.1 – 2011-01-27

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fronting Tomcat With ApacheV0.1 – 2011-01-27 NguyễnBáThành Software Manager, Game Platform & Integration

  2. Why? • Best Practice • Scalability • Security • Load Balancing • Failover

  3. Free Tomcat From Serving Static Content

  4. Security

  5. Load Balancing

  6. Load Balancing (cont) • worker.node1.type=ajp13 • worker.node1.host=10.0.0.10 • worker.node1.lbfactor=1 • worker.node2.type=ajp13 • worker.node2.host=10.0.0.11 • worker.node2.lbfactor=1 • worker.node3.type=ajp13 • worker.node3.host=10.0.0.12 • worker.node3.lbfactor=1 • worker.list=lbworker • worker.lbworker.type=lb • worker.lbworker.balance_workers=node1,node2,node3

  7. Failover • worker.list=lbworker • worker.lbworker.type=lb • worker.lbworker.balance_workers=node1,node2,node3,node4 • worker.retries=4

  8. Domain Clustering Model

  9. Domain Clustering Model (cont) • worker.node1.type=ajp13 • worker.node1.domain=A • worker.node2.type=ajp13 • worker.node2.domain=A • worker.node3.type=ajp13 • worker.node3.domain=B • worker.node4.type=ajp13 • worker.node4.domain=B • worker.list=lbworker • worker.lbworker.type=lb • worker.lbworker.balance_workers=node1,node2,node3,node4

  10. Thank You

More Related