(Internal) Help Application Server
The internal Help Application Server plug-in, org.eclipse.help.appserver, provides
APIs for controlling an appliction server equiped with a servlet engine, capable
of running web applications.
A typical plug-in that defines a web application can register this web application
using the org.eclipse.help.internal.appserver.WebappManager class, and it will be run
using the application server engine. In general, these web applications can also
access the workbench environment, so servlets can call eclipse API's.
Preferences
The following preference settings can be used with the Application Server plugin:
- port: the port number on which the sever listens for http requests. If the port is 0 and arbitrary
port is picked by the system.
- host: the host address or name to use for connecting to the server. The default is nothing, and
eclipse will pick up an available local address.