Professional Java Server Programming - code download

The zip files for each chapter code download, or the master zip for the entire code download, should both unzip in the following structure:

Most basic command-line java files will unzip at the top level of the directory
Most Java servlets will unzip into a directory called 'servlets' - you should configure your servlet engine to use this directory.
Most JSP files will unzip into a directory called 'Jsp'
Most Web pages will unzip into a directory called 'WebPages'
Most XML files will unzip into a directory called 'XMLDocs'
Most other java files will unzip into a package directory, typically com/wrox/xxx

To run most of these files, all you need to do is include the top level directory in your classpath. You may need to move the 'WebPages' and 'Jsp' folders to work with your web server.

Some larger applications will unzip into their own directory structure. You'll need to ensure that you configure your classpath to include their files if you want to run them.