Wrox Home  
Search

Topic: Java

Cover image for product 0764543725
Professional Apache Tomcat
Chanoch Wiggers, Ben Galbraith, Vivek Chopra, Sing Li, Debashish Bhattacharjee, Amit Bakore, Romin Irani, Sandip Bhattacharya, Chad Fowler
ISBN: 978-0-7645-4372-2
Paperback
552 pages
October 2002
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 1-2 days delivery time for paperbacks, and 3-5 days for hardcovers. The book is not returnable.
Paperback Version: US $59.99 Add to Cart

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

Java Related Resources

Forums

Articles