Generate site dynamically

Once the site models have been generated, we only need to invoke the Page Server to produce Web pages dynamically from the site models. The Page Server is a Java Servlet based on the Tomcat servlet container. We need to go through the following steps:

  1. In ontowebber root directory, run "launch.bat". It starts the TOMCAT engine.
  2. Open Internet Explorer, set URL as http://localhost:8080/servlet/index.You are directed to the generated default Web-site which only consists of one login page.
  3. To view the Web site for user "Ontoagents", enter username "Ontoagents", 
    and password "group".

Make sure the rest of the set-up procedures are done beforehand. See the README for details.