WebTool makes it easy to use web based tools with Erlang/OTP. WebTool configures and starts the webserver httpd.
Start WebTool with default data, i.e. port 8888, ip-number
127.0.0.1, and server-name
The
Use this function to start WebTool if the default port, ip-number,servername or path can not be used.
If
Stop WebTool and the tools started by WebTool.
Debug a WebTool application by tracing all functions in the given module which are called from WebTool.
Stop the tracing started by
The following callback function must be implemented by each web
based tool that will be used via WebTool. When started, WebTool
searches the Erlang code path for *.tool files to locate all web
based tools and their callback functions. See the
This is the configuration function (
The function is called by WebTool at startup to retrieve the
data needed to start and configure the tool.