Wiley
Wiley.com
Print this page Share

Professional Apache Tomcat

US $59.99 Add to Cart

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

Professional Apache Tomcat (0764543725) cover image
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 2-3 days delivery time. The book is not returnable.
Other Available Formats: E-book

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