ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV administrator / WEBDEV administrator (development mode)
  • Overview
  • Details of the "Configuration" tab
  • Configure connections
  • Configure sessions and requests
  • Manage remote debugging
  • WEBDEV Account Manager
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WEBDEV administrator: General configuration
Overview
The "Configuration" tab allows you to define the default connection options for WEBDEV websites located on the server and managed by the administrator.
Details of the "Configuration" tab
The "Configuration" tab allows you to:

Configure connections

You can configure connections by setting the following options:
  • Maximum number of connections for the server:
    Maximum number of simultaneous connections allowed for all sites managed by the administrator (one connection = one user).
  • Maximum number of connections for 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 connections of a user to a site:
    Maximum number of simultaneous connections allowed for a given user to each site managed by the administrator.
    If this parameter is set to zero, the 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 x simultaneous connections.
    This number can be modified for each site ("Sites" tab).
    The "Only one connection per automatically recycled IP" option limits to one the number of connections of a user. The same connection will be reused. To allow multiple connections from the same IP address (users through a router or proxy), select "Limits the number of connections to" and specify the number of connections allowed for the same IP address.
To confirm the connection settings, click "Apply". The new settings are automatically taken into account.
To undo changes, click "Restore".

Configure sessions and requests

You can configure sessions and requests by setting the following options:
  • Disconnect idle users since:
    Maximum connection time allowed without any action performed by the user. When this time is exceeded, the 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. If the specified time has elapsed and no new requests have been made, the context file is deleted. For more details on AWP contexts, see AWP: Managing contexts.
  • Duration of Webservices contexts:
    Validity period of web service contexts. If the specified time has elapsed and no new requests have been made, the context file is deleted. For more details on the management of web service contexts, see Generating a web service.
  • 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. If this time is exceeded, an error page is displayed, but the user is not disconnected.
  • Maximum task duration:
    This option limits the execution time of a scheduled or deferred WEBDEV task. If the task exceeds this time, it will be automatically stopped.
    For more details, see WEBDEV: Scheduled tasks and deferred tasks.
  • Allow pre-launched sessions: Makes it possible to manage pre-launched sessions on the WEBDEV Application Server. This option optimizes the connection time to the WEBDEV websites and web services located on the server. If this option is checked, you must:
    • modify the project to manage pre-launched sessions properly. For more details, see Pre-launched sessions.
    • configure the site or web service to indicate the number of pre-launched sessions required ("Sites" or "Web services" tab, "Parameters" button).
To confirm the connection settings, click "Apply". The new settings are automatically taken into account.
To undo changes, click "Restore".

Manage remote debugging

You can enable remote debugging of dynamic WEBDEV websites in the WEBDEV administrator. If remote debugging is enabled, the following parameters must be specified:
  • Main port (27 271 by default).
  • Session port range (between 27 282 and 27 289 by default).
The "Default" button restores the default values.

WEBDEV Account Manager

The WEBDEV administrator allows you to 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 10
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help