Errata

WebLogic: The Definitive Guide

Errata for WebLogic: The Definitive Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xv
Under title "Conventions Used in This Book"

Constand width bold
should read:
Constant width bold

Anonymous   
Printed
Page 33
1st paragraph

Execute queues are explained is more detail in Chapter 15.
should read:
Execute queues are explained in more detail in Chapter 15.

Anonymous   
Printed
Page 92
first code example

The line:
ctx = new InitalContext(env);
should be:
c = new InitialContext(env);

Anonymous   
Printed
Page 431
Figure 13-3

Figure 13-3 Physically segmenting network traffic.

This figure describes how the a server has 2 NIC, one that is used for all default
channel(10.0.10.10) and a custom channel on port 80 using the second NIC (10.0.10.11)
that only allows HTTP protocol.

The IP address specified in the diagram for the server dotted box is consistent with
the texual discription associated with the diagram.

The arrows in the diagram contain incorrect information regarding the IP address of
the NIC that hold the custom channel.
It specifies 'http://10.0.10.10:80/mywebapp' it should actually specify
'http://10.0.10.11:80/mywebapp' since the custome channel for HTTP protocol is on NIC
10.0.10.11.

Anonymous   
Printed
Page 432
3rd Paragraph (after the 2 points that have to be performed on Server 1 and Server 2)

Change "Because the custom channel is the only..."
to "Because the default channel is the only..."

Anonymous