Book Image

WebSphere Application Server 7.0 Administration Guide

By : Steve Robinson
Book Image

WebSphere Application Server 7.0 Administration Guide

By: Steve Robinson

Overview of this book

As an administrator you need a secure, scalable, resilient application infrastructure to support the developers building and managing J2EE applications and Service Oriented Architecture services. WebSphere application server, a product from IBM, is optimized to ease administration and improve runtime performance. It helps you run applications and services in a reliable, secure, and high-performance environment to ensure business opportunities are not lost due to application downtime. It's easy to get started and tame this powerful application server when you've got this book to hand. This administration guide will help you provide an innovative, performance-based foundation to build, run, and manage J2EE applications and SOA services, offering the highest level of reliability, security, and scalability. This book will take you through the different methods for installing WebSphere application server and demonstrate how to configure and prepare WebSphere resources for your application deployments. During configuration you will be shown how to administer your WebSphere server standalone or using the new administrative agent, which provides the ability to administer multiple installations of WebSphere application server using one single administration console. WebSphere security is covered in detail showing the various methods of implanting federated user and group repositories. The facets of data-aware and message-aware applications are explained and demonstrated giving the reader real-world examples of manual and automated deployments. Key administration features and tools are introduced, which will help a WebSphere administrator manage and tune their WebSphere implementation and application for success.
Table of Contents (16 chapters)
WebSphere Application Server 7.0 Administration Guide
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

IBM HTTP Server


IBM HTTP Server is based on the Apache HTTP Server (httpd.apache.org), developed by the Apache Software Foundation. In this section, we are going to install IBM HTTP Server which will receive our web requests and allow a web application running on WebSphere to be served over port 80 as opposed to the web container port. The diagram below depicts the configuration we are trying to achieve.

As shown in the diagram above, we will install IHS and the WebSphere plug-in to route HTTP requests to a single application server. In our example, we will be using IHS version 6.1, which can be downloaded from the IBM web site from the following URL.

http://www-01.ibm.com/software/webservers/httpservers/.

Download the install for Linux (ihs.6100.linux.ia32.tar). The download should not take too long as the size of the download is around 125 MB. Once you have downloaded the Linux tar file, upload it to your Linux machine to a folder called /apps/ihs_install.

Note

You will be able to use...