Overview

The HTML thin client mode enables you to use the Internet to access your JADE applications. Web browsers, such as Microsoft Explorer, provide a convenient client interface to JADE data on distributed servers.

The HTML thin client mode provides the following features.

If you want to restrict the number of Web-enabled, Web services, or REST services applications, you can set the LimitPortRange parameter in the [WebOptions] section of the JADE initialization file to true. This prevents applications from using a port number that exceeds the starting port number plus the number of copies of the application. When you set this parameter to true, an application cannot be started when the port limit is exceeded, and a message is output to the jommsg.log file.

If you want to change the number of seconds after which Web-enabled, Web services, or REST services applications wait for message transfers to complete before timing out, specify the ReadTimeout parameter in the [WebOptions] section of the JADE initialization file with the appropriate number of seconds. The default value is 600 seconds (10 minutes) but you can specify this parameter and set it to zero (0) if you do not want the application to time out waiting for message transfers to complete. (You can prefix this parameter with the name of the application if you want different applications to have different message transfer timeout values.)