Skip to main content
Version: 3

Web server

abpm.webserver.address​

DescriptionName/IP address of host where Adeptia Connect Kernel is running
Default Valuelocalhost
Possible Valueslocalhost/IP address/hostname
Selection CriteriaThis 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​

DescriptionThe public IP address used to access the Adeptia Connect behind a firewall
Default ValueNA
Possible ValuesAny IP address.
Selection CriteriaIn 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​

DescriptionThe Web Server HTTP port number i.e. on which HTTP port is Adeptia Web server running
Default Value8080
Possible ValuesAny port number which is free i.e. no other application is using that port
Selection CriteriaThis 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​

DescriptionThe Web Server secure port number i.e. on which Adeptia Connect port web server is running.
Default Value8443
Possible ValuesAny port number which is free i.e. no other application is using that port
Selection CriteriaThis 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​

DescriptionTime interval (in seconds) at which status of activity in monitoring applet refreshes
Default Value10
Possible ValuesTime in seconds
Selection CriteriaSpecifies the time interval, at which the information displayed in Classical System Monitor, is refreshed periodically.

SessionTimeOut​

DescriptionMaximum time (in minutes) for which user can remain logged in Adeptia Connect in idle state
Default Value1440
Possible ValuesTime in minute
Selection CriteriaSpecifies the time, for which login session of user can remain idle. For unlimited duration, enter negative value.

abpm.httprequest.connection.timeout​

DescriptionHTTP request connection time out for AJAX call in milliseconds
Default Value180000

abpm.versionControlHTTPRequest.connection.timeout​

DescriptionVersion Control HTTP request connection time out for AJAX call in milliseconds
Default Value1800000

abpm.message.fadeout.time​

DescriptionAuto fadeout for message in milliseconds
Default Value5000

abpm.webrunnerout.file.location​

DescriptionSpecifies the location where the WebRunner application log file is stored
Default Valuelogs\applicationlogs
Possible ValuesAny absolute path or Relative path where you want to store the WebRunner application file.
Selection CriteriaBy 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​

DescriptionSpecifies the maximum size of the WebRunner Application log files.
Default Value20
Possible ValuesAny positive integer
Selection CriteriaSpecifies 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.