Introduction
x
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.
4.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 documentation drafts mss photos stuff svn
books_tests Desktop1 downloads images notes scripts svgs
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 ref = iniCtx.lookup(
"EchoBean"
);
EchoHome home = (EchoHome) ref;
Echo echo = home.create();
System.out.println(
"Created Echo"
);
System.out.println(
"Echo.echo('Hello') = "
+ echo.echo(
"Hello"
));
}
}
4.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.
Содержание CLUSTER SUITE 4.7 - CLUSTER LVM ADMINISTRATORS
Страница 1: ...Red Hat Cluster Suite 4 7 Cluster Logical Volume Manager LVM Administrator s Guide ...
Страница 6: ...vi ...
Страница 12: ...xii ...
Страница 24: ...12 ...
Страница 62: ...50 ...
Страница 72: ...60 ...
Страница 82: ...70 ...
Страница 84: ...72 ...
Страница 86: ...74 ...
Страница 96: ...84 ...
Страница 103: ...91 Appendix E Revision History Revision History Revision 1 0 ...
Страница 104: ...92 ...
Страница 108: ...96 ...