This directory contains code specifically for the Web Toolkit, the extensions to VisualWave which include support for Smalltalk Server Pages (SSP), Java-style Servlets and JSP, Microsoft-style ASP, logical names, virtual directories, and other enhancements. gettingstarted.txt - brief instructions for getting started with the web toolkit. examples - directory containing example code images - directory containing images (static content) used by the test pages If you are using a web server and IPWebListener, create a virtual directory which points here. tests - directory containing further examples used by our own testing The following files are required to set up the WebToolkit Tests and Examples configuration. webtools.ini - global WebToolkit configuration file Indicates the configuration file to be used for each site. default-site.ini - configuration file for setting up the default web site This site serves the examples contained in the web/examples directory. tests-site.ini - configuration file for setting up the tests web site This site serves the tests contained in the web/tests directory. images-site.ini - configuration file for the "images" virtual directory site This virtual directory serves static content (images) when accessing the test pages with TinyHttpServer. virtual-site.ini - configuration file for the "virtualDir" virtual directory site This virtual directory is used by the SUnit tests with TinyHttpServer.