Document Scope and Audience Guide to This Document Related Documentation New and Changed Features in This Release

1 Introduction and Roadmap 1-1 1 Introduction and Roadmap This section describes the contents and organization of this guide—Configuring Server Environments for Oracle WebLogic Server. ■ Section 1.1, Document Scope and Audience ■ Section 1.2, Guide to This Document ■ Section 1.3, Related Documentation ■ Section 1.4, New and Changed Features in This Release

1.1 Document Scope and Audience

This document describes how you design, configure, and manage WebLogic Server environments. It is a resource for system administrators and operators responsible for implementing a WebLogic Server installation. This document is relevant to all phases of a software project, from development through test and production phases. It is assumed that the reader is familiar with Java EE and Web technologies, object-oriented programming techniques, and the Java programming language.

1.2 Guide to This Document

The document is organized as follows: ■ This chapter, Chapter 1, Introduction and Roadmap describes the scope of this guide and lists related documentation. ■ Chapter 2, Using Work Managers to Optimize Scheduled Work describes the WebLogic Server execution model and the process of configuring application access to the execute queue. ■ Chapter 3, Avoiding and Managing Overload describes detecting, avoiding, and recovering from overload conditions. ■ Chapter 4, Configuring Network Resources describes optimizing your WebLogic Server domain for your network. ■ Chapter 5, Configuring Web Server Functionality describes using WebLogic Server as a Web server. ■ Chapter 6, Using the WebLogic Persistent Store describes configuring and monitoring the persistent store, a built-in, high-performance storage solution for WebLogic Server subsystems and services that require persistence. 1-2 Configuring Server Environments for Oracle WebLogic Server

1.3 Related Documentation

■ Understanding Domain Configuration for Oracle WebLogic Server ■ Oracle WebLogic Server Administration Console Help

1.4 New and Changed Features in This Release

For a comprehensive listing of the new WebLogic Server features introduced in this release, see Whats New in Oracle WebLogic Server. 2 Using Work Managers to Optimize Scheduled Work 2-1 2 Using Work Managers to Optimize Scheduled Work WebLogic Server lets you configure how your application prioritizes the execution of its work. Based on rules you define and by monitoring actual run-time performance, WebLogic Server can optimize the performance of your application and maintain service-level agreements. You define the rules and constraints for your application by defining a Work Manger and applying it either globally to a WebLogic Server domain or to a specific application component. ■ Section 2.1, Understanding How WebLogic Server Uses Thread Pools