Servlet Generator ================= This project is used to compile the modules developed using the SDK into a servlet. The generated servlet can then be deployed on a servlet container such as Tomcat. Instructions ------------ 1. Copy the file build.properties.example to build.properties 2. Adjust content of build.properties to fit your configuration 3. Run "gen" from the command line build.properties Variables -------------------------- atlas.src.full (Required Variable) This variable specifies the location of the module files. It must be a location expressed as a full path. atlas.src.toc (Default Value: table_of_contents.xml) File name used as table of content. servletGenerator.war.name (Default Value: atlas) The name of the WAR file. servletGenerator.webapp.dir (Default Value: temp) The directory where unassembled WAR is temporarily constructed. If the "deploy-app" ANT task is used while this variable is set to the web application directory of a servlet container, then the atlas is automatically deployed to the container. servletGenerator.out.dir (Default Value: output) Location where the WAR file is created. By default, the output directory. servletGenerator.startingPage (Default Value: index.html) Relative path from the root directory of the servlet of the page that should be displayed first.