Introduction to the new mainframe © Copyright IBM Corp., 2005. All rights reserved. Chapter 13: z/OS HTTP Server.

Slides:



Advertisements
Similar presentations
Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs.
Advertisements

Overview Environment for Internet database connectivity
Internet Applications INTERNET APPLICATIONS. Internet Applications Domain Name Service Proxy Service Mail Service Web Service.
Chapter 17: WEB COMPONENTS
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 22 World Wide Web and HTTP.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
An architecture for webb applications, J2EE
Introduction to Operating Systems CS-2301 B-term Introduction to Operating Systems CS-2301, System Programming for Non-majors (Slides include materials.
G O B E Y O N D C O N V E N T I O N WORF: Developing DB2 UDB based Web Services on a Websphere Application Server Kris Van Thillo, ABIS Training & Consulting.
Chapter 9 Comparing Web Technologies. Agenda Browser Hypertext Markup Language (HTML) Common Gateway Interface Web Application Server Plug-in.
Sapana Mehta (CS-6V81) Overview Of J2EE & JBoss Sapana Mehta.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 15: WebSphere MQ.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 13: z/OS HTTP Server.
Introduction to the new mainframe: Large-Scale Commercial Computing © Copyright IBM Corp., All rights reserved. Chapter 1: The new mainframe.
1 CS6320 – Why Servlets? L. Grewe 2 What is a Servlet? Servlets are Java programs that can be run dynamically from a Web Server Servlets are Java programs.
Introduction to the new mainframe: Large-Scale Commercial Computing © Copyright IBM Corp., All rights reserved. Chapter 8: Autonomic computing.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
Introduction to Servlet & JSP
Introduction to the new mainframe: Large-Scale Commercial Computing © Copyright IBM Corp., All rights reserved. Chapter 6: Accessing large amount.
Chapter 4: Core Web Technologies. Contents - Chapter 1 o Exchanging information over the Internet ÞHTTP, HTML ÞURI, URI ÞWeb server, web browser o Web.
© 2004 IBM Corporation BEA WebLogic Server Introduction and Training.
IST346:  Web Services. Today’s Agenda  Learn the basics of how the Web works  Understand various web service architectures  Address scaling, security,
©HCCS & IBM® 2008 Stephen Linkin1 WebSphere Application Server on z/OS Stephen S. Linkin Houston Community College © HCCS and IBM 2008.
Understanding and Managing WebSphere V5
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 7: Designing and developing applications for z/OS.
J2EE Application Server Deployment and Performance Optimization for Enterprise Application Service Thesis presentation Author: Xiaoyang Wang.
CICS Transaction Gateway at Dexia Insurance Belgium
Access Gateway Operation
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter Four Configuring Outlook and Outlook Web Access.
Chapter 4: Core Web Technologies
HTTP client wide area network (Internet) HTTP proxy HTTP server HTTP gateway firewall HTTP tunnel Copyright Springer Verlag Berlin Heidelberg 2004.
CS 493/693: Distributed Systems Programming V. “Juggy” Jagannathan CSEE, West Virginia University March 21, 2005.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
® IBM Software Group © 2007 IBM Corporation J2EE Web Component Introduction
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
©HCCS & IBM® 2008 Stephen Linkin1 z/OS HTTP Server Stephen S. Linkin Houston Community College © HCCS and IBM 2008.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 12 Understanding database managers on z/OS.
© 2002 IBM Corporation IBM Israel Software Symposium 2003 accelerate your business An Introduction to Websphere Application Server Integration Capabilities.
Application Services COM211 Communications and Networks CDA College Theodoros Christophides
An Enterprise Computer Architecture ASIG – Sept 12, 2001.
Ibm.com /redbooks © Copyright IBM Corp All rights reserved. WP07 ITSO iSeries Technical Forum WebSphere Portal Express– Installation, Configuration.
Integrating and Troubleshooting Citrix Access Gateway.
Copyright © 2002 ProsoftTraining. All rights reserved. Java Servlets.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 11 Understanding transaction managers on z/OS.
Click to add text Introduction to the new mainframe: Large-Scale Commercial Computing © Copyright IBM Corp., All rights reserved. Chapter 6: Accessing.
Java for networking Module Introduction Data Communications Communication architecture Application.
WEB SERVER SOFTWARE FEATURE SETS
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 15 WebSphere MQ.
Introduction to the new mainfame © Copyright IBM Corp., All rights reserved. Chapter 14b: z/OS WebSphere Application Server.
UNIT-3 Performance Evaluation UNIT-3 IT2031. Web Server Hardware and Performance Evaluation Key question is whether a company should host their own Web.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter One Introduction to Exchange Server 2003.
IBM Http Server Basic Administration. CONTENTS Web server IHS How does IHS differ from Apache Basic configurations Advanced Configurations Performance.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 14 WebSphere Application Server on z/OS.
Introduction to the new mainfame © Copyright IBM Corp., All rights reserved. Chapter 14a: z/OS HTTP Server.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTERSTAGE BPM ARCHITECTURE BPMS.
Apache web server Quick overview.
Affinity Depending on the application and client requirements of your Network Load Balancing cluster, you can be required to select an Affinity setting.
The Internet.
Internet Applications
Web Technology and DBMSs
IIS.
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
INTERNET APPLICATIONS
APACHE WEB SERVER.
Presentation transcript:

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 13: z/OS HTTP Server

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Objectives After reading this chapter, you will be able to: List the three server modes Explain static and dynamic Web pages List at least two functions from each of the following modes: Basic Security Caching Understand how to deploy a Web application on z/OS

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Key terms in this chapter CGI dynamic FRCA HTTP J2EE LDAP SSL static

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Introduction to Web applications on z/OS: Past: Many applications are tied to z/OS (CICS, DB2) New developments made on other platforms Now: Integrate both on z/OS

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. z/OS HTTP Server Server modes: Stand-alone server Scalable server Multiple servers Static Web pages Dynamic Web pages

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Dynamic Web Pages Common Gateway Interface (CGI)

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Dynamic Web Pages - Interaction with WebSphere WebSphere plug-in, same address space

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Dynamic Web Pages - Interaction with WebSphere Web container inside HTTP Server, separate EJB container

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Dynamic Web Pages - Interaction with WebSphere Separate J2EE server with both Web container and EJB container

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. HTTP server capabilities Basic functions : EBCDIC/ASCII file access System Management Facilities Tracing & logging Server Side Includes Simple Network Management Protocol Management Information Base (SNMP MIB) Cookies support Multi Format Processing Persistent connections Virtual hosts

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. HTTP server capabilities (continued) Security functions: Thread level security HTTPS/SSL support LDAP support Certificate authentication Proxy support

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. HTTP server capabilities (continued) File caching: HTTP server caching HFS files HTTP server caching z/OS data sets Unix System Service caching HFS files Fast Response Cache Accelerator (FRCA)

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Summary In this chapter, you learned about: The three server modes Static and dynamic Web pages These HTTP server modes: Basic Security Caching Deploying a Web application on z/OS