Web server

abpm.webserver.address

Description

Name/IP address of host where Adeptia Connect Kernel is running

Default Value

localhost

Possible Values

localhost/IP address/hostname

Selection Criteria

This property is populated based on the input given in HostName field, at the time of installation. It could be localhost or IP address of the host where Adeptia Connect is running. You can also manually enter the hostname of the machine where Adeptia Connect is running. It is recommended to use the IP address here, because some of the functionality may not work properly, otherwise.

abpm.webserver.public.address

Description

The public IP address used to access the Adeptia Connect behind a firewall

Default Value

NA

Possible Values

Any IP address.

Selection Criteria

In case Adeptia Connect is running behind firewall/Gateway and the user need to hit the URL of the firewall/gateway to access the Adeptia Interface, then you need configure the public IP address firewall/gateway here.

abpm.webserver.http.port

Description

The Web Server HTTP port number i.e. on which HTTP port is Adeptia Web server running

Default Value

8080

Possible Values

Any port number which is free i.e. no other application is using that port

Selection Criteria

This property is populated based on the input given in WebRunner Configuration Port No. field at the time of installation. You can set this field to any available port.

abpm.webserver.https.port

Description

The Web Server secure port number i.e. on which Adeptia Connect port web server is running.

Default Value

8443

Possible Values

Any port number which is free i.e. no other application is using that port

Selection Criteria

This property is populated based on the input given in Kernel Configuration Port No. field at the time of installation. You can set this field to any available port..

 

abpm.transactionmonitor.ActivityStatusRefreshTime

Description

Time interval (in seconds) at which status of activity in monitoring applet refreshes

Default Value

10

Possible Values

Time in seconds

Selection Criteria

Specifies the time interval, at which the information displayed in Classical System Monitor, is refreshed periodically.

SessionTimeOut

Description

Maximum time (in minutes) for which user can remain logged in Adeptia Connect in idle state

Default Value

1440

Possible Values

Time in minute

Selection Criteria

Specifies the time, for which login session of user can remain idle. For unlimited duration, enter negative value.

abpm.httprequest.connection.timeout

Description

HTTP request connection time out for AJAX call in milliseconds

Default Value

180000

abpm.versionControlHTTPRequest.connection.timeout

Description

Version Control HTTP request connection time out for AJAX call in milliseconds

Default Value

1800000

abpm.message.fadeout.time

Description

Auto fadeout for message in milliseconds

Default Value

5000

abpm.webrunnerout.file.location

Description

Specifies the location where the WebRunner application log file is stored

Description

Specifies the location where the WebRunner application log file is stored

Default Value

logs\applicationlogs

Possible Values

Any absolute path or Relative path where you want to store the WebRunner application file.

Selection Criteria

By default, the WebRunner application log files are stored in the /ServerKernel/logs/applicationlogs folder. You can define any absolute path or any relative path where you want to store the application log files.
For Example:
C:\AdeptiaLogs
The relative path shall be relative to ServerKernel folder.
For Example:
To store the log files within /ServerKernel/AdeptiaLogs folder, you can define the path as :
./AdeptiaLogs

Do not specify the file name in the value of this property. By default, the file name is WebRunnerApplication.log.

abpm.webrunnerout.file.maxSize

Description

Specifies the maximum size of the WebRunner Application log files.

Default Value

20

Possible Values

Any positive integer

Selection Criteria

Specifies the maximum size of the log file. Once the log file reaches the specified maximum size(MB), it is renamed to WebrunnerApplication-[Date].log. Where Date specifies the current date in yyyy-MM-dd hh-mm-ss format.