httpserver
This is the home page for the httpserver module.
What does it do
httpserver module plugs internal web server into IDE so that objects can be accessed from outside.
This feature enables some kinds of execution such as applet execution, RMI execution and so on.
JSP module uses services provided by this module too.
How it is done
To make other modules independent the requirements are specified in OpenIDE API
and this module is only implementation.
We are using Tomcat
web server as a base for our infrastucture.