Enhydra Multiserver

The Multiserver is a servlet runner, with a graphical administration application built in. It can serve multiple servlets/applications from multiple ports or other input methods (thus the multi in multiserver). It is an optional utility you can use if you do not already have a servlet-enabled web server to serve your Enhydra applications.

Usage:

/usr/local/enhydra/bin/multiserver [config-file]
If no config file is specified, "/usr/local/enhydra/multiserver.conf" is assumed. See that sample Multiserver config file for a description of the contents of the multiserver config file. Once the Multiserver is running, most changes can be made (and then saved) via the graphical admin application. Therefore you should rarely need to edit this file by hand.

Note:Only one instance of the Multiserver may open a given port at a time (for use by the http connection method). If you want to run multiple instances of the Multiserver, for example multiple developers, each user's config file will need it's own set of ports.