WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0764543725
Professional Apache Tomcat
US $49.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Download

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
8 186 Missing object method

The code just above the title "Configuring Mail Sessions" has a missing method and won't work:

Context localContext = (context) myInitialContext("java:comp/env");

The code should be:

Context localContext = (Context) myInitialContext.lookup("java:comp/env");

28-Jan-03 3
494 JAX-RPC QName

The QName class in JAX-RPC 0.9 and eariler has moved from:
javax.xml.rpc.namespace.QName
to:
javax.xml.namespace.QName
in JAX-RPC 1.0.

05-Mar-03 4