Fronting Tomcat With Apache V0.1 – 2011-01-27 Nguyễn Bá Thành Software Manager, Game Platform & Integration.

Slides:



Advertisements
Similar presentations
© 2010 UC Regents | UC Berkeley ist.berkeley.edu IST Platform Services IST Platform Services and Web Hosting Options Micronet Meeting June 23, 2010 Don.
Advertisements

Cloud computing is used to describe a variety of computing concepts that involve a large number of computers connected through a real-time communication.
University of Southampton Electronics and Computer Science M-grid: Using Ubiquitous Web Technologies to create a Computational Grid Robert John Walters.
Gridshell Web Services Akylbek Zhumabayev. Content Gridshell Architecture Gridshell Mediator Gridshell Client Gridshell Full Picture Security Patterns.
Vehicle Tax SMS Service. About us Introduction FOCUSONE is a technology leader in mobile application software development and services, delivering powerful.
Acquia Cloud Drupal Platform-as-a-Service. Market Size [1,00,000+ sites] Innovation [10,000+ modules] Community [500,000+ members] “… is as much a Social.
Web Booster HTTP Server Acceleration for Lotus Domino.
Techpedia Platform Understanding and Platform Architecture Vision.
Cluster architecture for Java web hosting at CERN CHEP 2006, Mumbai Michał Kwiatek, CERN IT Department Database and Engineering Services Group.
Features Scalability Availability Latency Lifecycle Data Integrity Portability Manage Services Deliver Features Faster Create Business Value.
Numbers
Web Server Hardware and Software
Overview of Centra 7. Centra 7 Highlights A real-time collaboration and communication platform Security, Scalability, Flexibility Supports all the critical.
XML Based Learning Environment Prashant Karmarkar Brendan Nolan Alexander Roda.
Chris Shuster 4/29/2009 1Chris Shuster.  Application Servers ◦ Backend processing platform. ◦ Multiple platforms, operating system and architecture.
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
Apache Jakarta Tomcat Suh, Junho. Road Map Tomcat Overview Tomcat Overview History History What is Tomcat? What is Tomcat? Servlet Container.
Grouper UI Part 1 Shilen Patel Duke University This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Fronting Tomcat with Apache Httpd Mladen Turk Red Hat, Inc.
Free & Interactive Math & Science Websites By: Kristy Taxson!
GridGain – Java Grid Computing Made Simple Nikita Ivanov
Deploying Ruby on Rails How to make your application actually serve Dan Buettner 18 Oct 2007.
Lecture 8 – Platform as a Service. Introduction We have discussed the SPI model of Cloud Computing – IaaS – PaaS – SaaS.
VIVO Multi-site search Structure and function overview.
Web Migration Project Update for ATC April 28, 2009.
Windows 2000 Advanced Server and Clustering Prepared by: Tetsu Nagayama Russ Smith Dale Pena.
Projects. High Performance Computing Projects Design and implement an HPC cluster with one master node and two compute nodes. (Hint: use Rocks HPC Cluster.
Schoolnet Benchmarks. Schoolnet Technical Disruptions from October Database overload High volume Reporting Static Content.
NCICB Systems Architecture Bill Britton Terrapin Systems LPG/NCICB Dedicated Support.
Www2.computer.org Basic Architecture Leo Wadsworth, Staff Manager April 2008.
Case Study ProsperaSoft’s global sourcing model gives the maximum benefit to customers in terms of cost savings, improved quality, access to highly talented.
Distributed Computing Systems CSCI 4780/6780. Scalability ConceptExample Centralized servicesA single server for all users Centralized dataA single on-line.
Auto-scaling Axis2 Web Services on Amazon EC2 By Afkham Azeez.
Some Design Idea of Red5 Clustering Scalable –Server’s capacity is enlarged when more hardwares are added Failover –Client will not notice the server node.
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
Speeding Up Alfresco and Share using Nginx Reverse/Caching Frontend Proxy Ishara Fernando Senior Linux Systems Administrator.
JBOSS Online Training. Introduction to JBOSS Red Hat JBoss Middleware leverages community powered enlighten innovation and standalone open source application.
FORGING THE LIBRARY WEBSITE WITH OPEN SOURCE PROF. JUNIOR TIDAL LIBRARY DEPARTMENT NEW YORK CITY COLLEGE OF TECHNOLOGY TECH DAY
VIRTUAL SERVERS Chapter 7. 2 OVERVIEW Exchange Server 2003 virtual servers Virtual servers in a clustering environment Creating additional virtual servers.
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
Fault – Tolerant Distributed Multimedia Streaming Web Application By Nirvan Sagar – Srishti Ganjoo – Syed Shahbaaz Safir
EGI-InSPIRE RI EGI-InSPIRE EGI-InSPIRE RI EGI Software Repository Progress Report Kostas Koumantaros et al, GRNET 7/3/2016.
New Red Hat Use Cases, Get More for your Business Vinny Valdez, RHCA Sr. Enterprise Architect Solutions & Strategy Red Hat Consulting Douglas O'Flaherty.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
Understanding Solutions
Cluster-Based Scalable
Crafter case: European Bank
Why Should You Use Accounting Software?
1. Public Network - Each Rackspace Cloud Server has two networks
The Advantages of a Trial Balance Software
Yahoo Mail Customer Support Number
Call On Toll-Free We Serve for 24*7 hours.
Most Effective Techniques to Park your Manual Transmission Car
2018 Citrix 1Y0-240 Study Guide Killtest
How do Power Car Windows Ensure Occupants Safety
Mobile edge computing Report by Weiqing huang.
Architecture of Large-Scale Websites
A Web-based Integrated Console for Controlling a Set of Networks
פחת ורווח הון סוגיות מיוחדות תהילה ששון עו"ד (רו"ח) ספטמבר 2015
THANK YOU!.
Thank you.
Thank you.
XML Based Learning Environment
Adobe uses global cloud to create, deliver, and manage better digital experiences Adobe wanted to help its customers understand how people engage with.
Online Pogo Game Customer Service
Pogo Game Customer Care Helpline Number

Call Pogo Contact Phone Number and Enjoy Pogo Game
Presentation transcript:

Fronting Tomcat With Apache V0.1 – Nguyễn Bá Thành Software Manager, Game Platform & Integration

Why? Best Practice Scalability Security Load Balancing Failover 2

Free Tomcat From Serving Static Content 3

Security 4

Load Balancing 5

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

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

Domain Clustering Model 8

Domain Clustering Model (cont) 9 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

Thank You 10