" ); pw.println( "Servlet Path: " + req.getServletPath() ); pw.println( "Servlet Info: " + getServletInfo() ); } // implement this method to inform others // what you're all about - very important and often overlooked public String getServletInfo() { return "I am a nice servlet, and this is my story..."; } }