-------------------------------------------------------------------- Notes for the code provided with the book "Java Deployment", 1st Ed. -------------------------------------------------------------------- Chapter 11 ---------- - the directory "deployed" contains the files to be copied on the web server. Copy the content of the directory "deployed\b2" in the directory "b2" contained in the Web Server Document Root. - The directory "src" contains the Java sources to be compiled. - The directory "src" contains also some image files needed by the programs. Be sure to make them available to the applications. The Author ----------