Introduction to z/OS Basics © 2006 IBM Corporation 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.
Testing Web Applications & Services Testing Web Applications & Web Services.
Chapter 17: WEB COMPONENTS
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
Internet Security Protocols
Lesson 4: Web Browsing.
An architecture for webb applications, J2EE
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.
K. Salah 1 Chapter 31 Security in the Internet. K. Salah 2 Figure 31.5 Position of TLS Transport Layer Security (TLS) was designed to provide security.
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.
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.
Kerim KORKMAZ A. Tolga KILINÇ H. Özgür BATUR Berkan KURTOĞLU.
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
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,
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 13: z/OS HTTP Server.
©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
Course 201 – Administration, Content Inspection and SSL VPN
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.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
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.
Application Services COM211 Communications and Networks CDA College Theodoros Christophides
An Enterprise Computer Architecture ASIG – Sept 12, 2001.
Integrating and Troubleshooting Citrix Access Gateway.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 11 Understanding transaction managers on z/OS.
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.
UNIT-3 Performance Evaluation UNIT-3 IT2031. Web Server Hardware and Performance Evaluation Key question is whether a company should host their own Web.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
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.
Lesson 4: Web Browsing.
The Internet.
Application Layer Functionality and Protocols
Internet Applications
Web Technology and DBMSs
IIS.
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Lesson 4: Web Browsing.
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
INTERNET APPLICATIONS
APACHE WEB SERVER.
Presentation transcript:

Introduction to z/OS Basics © 2006 IBM Corporation Chapter 13: z/OS HTTP Server

Chapter 13 HTTP Server © 2006 IBM Corporation 2 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

Chapter 13 HTTP Server © 2006 IBM Corporation 3 Key terms in this chapter  CGI  dynamic  FRCA  HTTP  J2EE  LDAP  SSL  static

Chapter 13 HTTP Server © 2006 IBM Corporation 4 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

Chapter 13 HTTP Server © 2006 IBM Corporation 5 z/OS HTTP Server  Server modes: –Stand-alone server –Scalable server –Multiple servers  Static Web pages  Dynamic Web pages

Chapter 13 HTTP Server © 2006 IBM Corporation 6 Dynamic Web Pages  Common Gateway Interface (CGI)

Chapter 13 HTTP Server © 2006 IBM Corporation 7 Dynamic Web Pages - Interaction with WebSphere  WebSphere plug-in, same address space

Chapter 13 HTTP Server © 2006 IBM Corporation 8 Dynamic Web Pages - Interaction with WebSphere  Web container inside HTTP Server, separate EJB container

Chapter 13 HTTP Server © 2006 IBM Corporation 9 Dynamic Web Pages - Interaction with WebSphere  Separate J2EE server with both Web container and EJB container

Chapter 13 HTTP Server © 2006 IBM Corporation 10 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

Chapter 13 HTTP Server © 2006 IBM Corporation 11 HTTP server capabilities (continued)  Security functions: –Thread level security –HTTPS/SSL support –LDAP support –Certificate authentication –Proxy support

Chapter 13 HTTP Server © 2006 IBM Corporation 12 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)

Chapter 13 HTTP Server © 2006 IBM Corporation 13 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