Java Examples in a Nutshell, 3rd Edition by David Flanagan The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. 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 This page was updated March 28, 2008. UNCONFIRMED errors and comments from readers: {574} 1st paragraph; 1) http://localhost:8080/je3/HelloNet should read: http://localhost:8080/je3/Hello 2) It then follows that http://localhost:8080/je3/HelloNet?username=David should read http://localhost:8080/je3/Hello?username=David -This is based of the web.xml included with these examples.