Pull-Quote Conventions; Notes And Warnings - Red Hat ENTERPRISE LINUX 4 - VIRTUAL SERVER ADMINISTRATION Manual

Virtual server
Hide thumbs Also See for ENTERPRISE LINUX 4 - VIRTUAL SERVER ADMINISTRATION:
Table of Contents

Advertisement

Introduction
a server-pool. Under Apache HTTP Server 2.0, the responsibility for creating and
maintaining these server-pools has been abstracted to a group of modules called
Multi-Processing Modules (MPMs). Unlike other modules, only one module from the
MPM group can be loaded by the Apache HTTP Server.

1.2. Pull-quote Conventions

Two, commonly multi-line, data types are set off visually from the surrounding text.
Output sent to a terminal is set in Mono-spaced Roman and presented thus:
books
Desktop
books_tests
Desktop1
Source-code listings are also set in Mono-spaced Roman but are presented and highlighted as
follows:
package org.jboss.book.jca.ex1;
import javax.naming.InitialContext;
public class ExClient
{
public static void main(String args[])
throws Exception
{
InitialContext iniCtx = new InitialContext();
Object
EchoHome
Echo
System.out.println("Created Echo");
System.out.println("Echo.echo('Hello') = " + echo.echo("Hello"));
}
}

1.3. Notes and Warnings

Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
Note
A note is a tip or shortcut or alternative approach to the task at hand. Ignoring a note
should have no negative consequences, but you might miss out on a trick that makes your
life easier.
viii
documentation
downloads
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
drafts
mss
photos
images
notes
scripts
stuff
svn
svgs

Advertisement

Table of Contents
loading

Table of Contents