Starting the Server
The Web server collection provides two programs for starting the Web server. Both accept the same options.
- web-server
- Servlets can use the full MrEd functionality.
- web-server-text
- Servlets can only use MzScheme functionality. This server cannot load servlets written using DrScheme's graphical XML boxes, uses less memory, and works with the MzScheme-only distribution of PLT.
The command line
web-server[-text] [-p <port>] [-f <configuration-table-file>] [-a <ip-address>]
starts the server on port 80 or port and uses the configuration
options from the configuration-table file of the web-server
collection or from the specified configuration-table-file. If
ip-address is provided, the server binds to ip-address.