GWT compiles the Java code to JavaScript. It doesn't create HTML, servlets, or anything else without using tools outside the compiler.
GWT does though ship with some command line utilities to generate project files, including a sample HTML page, ant file, Eclipse project files, sample entry point class, and a project config file.