BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   BEA WebLogic Server Performance and Tuning:   Previous topic   |   Next topic   |   Contents   |  Index

 

About This Document

 

To achieve the best performance for your WebLogic Server platform, you need to optimize the performance of the components that constitute the WebLogic Server environment. This document provides the following performance-related information:

The document also contains an index.

What You Need to Know

This document is intended for people involved with tuning the components in a WebLogic Server platform. It is assumed that readers know server administration and performance tuning fundamentals, the WebLogic Server platform, XML, and Java programming.

e-docs Web Site

BEA product documentation is available on the BEA web site. From the BEA Home page, click on Product Documentation.

How to Print the Document

You can print a copy of this document from a Web browser, one main topic at a time, by using the FilePrint option on your Web browser.

A PDF version of this document is available on the WebLogic Server documentation Home page on the e-docs Web site (and also on the documentation CD). You can open the PDF in Adobe Acrobat Reader and print the entire document (or a portion of it) in book format. To access the PDFs, open the WebLogic Server documentation Home page, click Download Documentation, and select the document you want to print.

Adobe Acrobat Reader is available at no charge from the Adobe Web site.

Contact Us!

Your feedback on BEA documentation is important to us. Send us e-mail at docsupport@bea.com if you have questions or comments. Your comments will be reviewed directly by the BEA professionals who create and update the documentation.

In your e-mail message, please indicate the software name and version you are using, and the title and document date of your documentation. If you have questions about this version of BEA WebLogic Server, or if you have problems installing and running it, contact BEA Customer Support through BEA WebSupport at http://www.bea.com, or by using the contact information provided on the Customer Support Card, which is included in the product package.

When contacting Customer Support, be prepared to provide the following information:

Documentation Conventions

The following documentation conventions are used throughout this document.

Convention

Usage

Ctrl+Tab

 

Keys you press simultaneously.

 

italics

 

Emphasis and book titles.

 

monospace text

 

Code samples, commands and their options, Java classes, data types, directories, and file names and their extensions. Monospace text also indicates text that you enter from the keyboard.

Examples:

import java.util.Enumeration;

chmod u+w *

config/examples/applications

.java

config.xml

float

 

monospace italic text

 

Variables in code.

Example:

String CustomerName;

 

UPPERCASE TEXT

 

Device names, environment variables, and logical operators.

Examples:

LPT1

BEA_HOME

OR

 

{ }

 

A set of choices in a syntax line.

 

[ ]

 

Optional items in a syntax line. Example:

java utils.MulticastTest -n name -a address 
     [-p portnumber] [-t timeout] [-s send]

 

|

 

Separates mutually exclusive choices in a syntax line. Example:

java weblogic.deploy [list|deploy|undeploy|update]
  password {application} {source}

 

...

 

Indicates one of the following in a command line:

  • An argument can be repeated several times in the command line.

  • The statement omits additional optional arguments.

  • You can enter additional parameters, values, or other information


 

.
.
.

 

Indicates the omission of items from a code example or from a syntax line.