ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV administrator / WEBDEV Application Server administrator / 04. WEBDEV administrator
  • Overview
  • Details of the "Configuration" tab
  • Configuring the connections
  • Configuring sessions and requests
  • Managing remote debugging
  • WEBDEV Account Manager
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WEBDEV administrator: General configuration
Overview
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator.
Details of the "Configuration" tab
The "Configuration" tab is used to:

Configuring the connections

The following options can be used to configure the connections:
  • Maximum number of connections on the server:
    Maximum number of simultaneous connections allowed for all the sites managed by the administrator (a connection = a Web user).
  • Maximum number of connections on a site:
    Maximum number of simultaneous connections allowed for each site managed by the administrator. This number can be modified for each site in the "Sites" tab.
  • Maximum number of user connections on a site:
    Maximum number of simultaneous connections allowed for a given Web user to each site managed by the administrator.
    • If this parameter is set to zero, the Web user who tries to connect simultaneously to the same site will be automatically disconnected then reconnected.
    • If this parameter is greater than zero, an error message will be automatically displayed after the x simultaneous connections.
    • This number can be modified for each site ("Sites" tab).
    • The option "A single connection automatically recycled" is used to limit the connection of a user to a single connection. The same connection will be re-used.
To validate the settings of connections, click the "Apply" button. The new settings are automatically taken into account.
To cancel the modifications, click the "Restore" button.

Configuring sessions and requests

The following options can be used to configure the connections:
  • Disconnect idle users after:
    Maximum connection time allowed without any action performed by the user. When this time is exceeded, the Web user is automatically disconnected and an error message is displayed.
    This number can be modified for each site in the "Sites" tab.
  • Duration of AWP contexts:
    Validity period of AWP contexts. As soon as the specified duration is over and if no new request was performed, the context file is deleted.
  • Duration of Webservice contexts:
    Validity period of webservice contexts. As soon as the specified duration is over and if no new request was performed, the context file is deleted.
  • Maximum request duration:
    Maximum timeout allowed between the beginning of an action performed by the user (via a button or a link) and the display of a response. When this time is exceeded, an error page is displayed but the Web user is not disconnected.
  • Maximum task duration:
    Used to limit the runtime duration of a WEBDEV scheduled task or delayed task. The task will be automatically stopped when this duration is exceeded.
    For more details, see WEBDEV: Scheduled tasks and delayed tasks.
  • Allow the pre-launched sessions: This option is used to manage the pre-launched sessions on the WEBDEV application server. This option is used to optimize the connection time to the WEBDEV sites and Webservices found on the server. If this option is checked, you must configure the site or the webservice in order to specify the number of necessary pre-launched sessions ("Sites" or "Webservices" tab, "Parameters" button).
To validate the settings of connections, click the "Apply" button. The new settings are automatically taken into account.
To cancel the modifications, click the "Restore" button.

Managing remote debugging

The WEBDEV administrator can allow (or not) the remote debugging of dynamic WEBDEV sites.
If the remote debugging is allowed ("Allow remote debugging" is checked), the following parameters must be specified:
  • Main port (27 271 by default).
  • Range of ports for sessions (between 27 282 and 27 289 by default).
The "Default" button is used to restore the default values.

WEBDEV Account Manager

The WEBDEV administrator can edit accounts and import accounts from previous versions via WEBDEV Account Manager.
This option is only available in the WEBDEV Deployment Administrator and opens WEBDEV Account Manager.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/12/2023

Send a report | Local help