Wiley.com
Print this page Share

Professional Apache Tomcat

Professional Apache Tomcat (0764543725) cover image
This title is out-of-print and not currently available for purchase from this site.

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

Related Titles

More By These Authors

General Web Site Development

by Kay Ethier, Alan Houser
by Nikhil Damle, Gary Gray, Bruce Mount
by Elliotte Rusty Harold
Back to Top