WebLogic: The Definitive Guide by Jon Mountjoy, Avinash Chugh This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated November 29, 2004. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (xv) Under title "Conventions Used in This Book"; Constand width bold should read: Constant width bold (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. {92} first code example; The line: ctx = new InitalContext(env); should be: c = new InitialContext(env); [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. {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..."