Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
_Toc348218546
_Toc348218546
Anchor
_Toc317761293
_Toc317761293
Anchor
_Toc226191307
_Toc226191307
Anchor
_Toc177977454
_Toc177977454
Anchor
_Toc134848253
_Toc134848253
Anchor
_Toc368410005
_Toc368410005
Anchor
_Toc398804206
_Toc398804206
abpm.node.name

Description

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

Default Value

localhost localhost or IP Address

Possible Values

localhost/IP address/hostname

Selection Criteria

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

 

Anchor
_Toc348218547
_Toc348218547
Anchor
_Toc317761294
_Toc317761294
Anchor
_Toc226191308
_Toc226191308
Anchor
_Toc177977455
_Toc177977455
Anchor
_Toc134848254
_Toc134848254
Anchor
_Toc368410006
_Toc368410006
Anchor
_Toc398804207
_Toc398804207
abpm.node.port

Description

Port used by Adeptia Suite Kernel

Default Value

21000

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 free port.

 

Anchor
_Toc348218548
_Toc348218548
Anchor
_Toc317761295
_Toc317761295
Anchor
_Toc226191309
_Toc226191309
Anchor
_Toc177977456
_Toc177977456
Anchor
_Toc134848255
_Toc134848255
Anchor
_Toc368410007
_Toc368410007
Anchor
_Toc398804208
_Toc398804208
abpm.node.rmiSocketPort

Description

Cluster Node RMI socket Port

Default Value

1098

Possible Values

Any positive integerCheck if this is true.

Comments

To activate this property after any change, you need to Restart Server.

Was not in the doc.

abpm.node.alias

Description

Cluster Node Alias, it must be unique for each node in cluster

Default Value

NA

Possible Values

Any positive integerIs there no default value, what are possible values for this.

Comments

To activate this property after any change, you need to Restart Server.

Was not in the doc.

abpm.repository.address

Description

Address of the repository used by Adeptia Suite

Default Value

localhost://indigo.core:service=repository

Possible Values

localhost/IP Address/ Host name

Selection Criteria

This property is populated based on the input given in the Kernel Configuration Port No. field. You can also change it manually after the installation.

Anchor
_Toc348218549
_Toc348218549
Anchor
_Toc317761296
_Toc317761296
Anchor
_Toc226191310
_Toc226191310
Anchor
_Toc177977457
_Toc177977457
Anchor
_Toc134848256
_Toc134848256
Anchor
_Toc368410008
_Toc368410008
Anchor
_Toc398804209
_Toc398804209
abpm.repository.root

Description

Directory path to store repository files, which are created during process flow execution.

Default Value

web/repository./web/repository

Possible Values

Any absolute path or Relative path where you want to store the Process flow repository files.

Selection Criteria

By default, Process flow repository files are stored in the /ServerKernel/web/repository folder. You can define any absolute path or any relative path where you want to store the repository file.
For Example:
C:\AdeptiaRepository
The path shall be relative to ServerKernel folder.
For Example:
To store the repository files within /ServerKernel/AdeptiaRepository, you can define the path as :
./AdeptiaRepository

 

Anchor
_Performance_Optimization
_Performance_Optimization
Anchor
_Toc177977459
_Toc177977459
Anchor
_Toc226191312
_Toc226191312
Anchor
_Toc317761298
_Toc317761298
Anchor
_Toc348218550
_Toc348218550
Anchor
_Toc118277752
_Toc118277752
Anchor
_Toc134848257
_Toc134848257
Anchor
_Toc368410009
_Toc368410009
Anchor
_Toc398804210
_Toc398804210
abpm.kernelout.file.location

Description

Specifies the location, where the Kernel application log file is stored

Default Value

logs/applicationlogs

Possible Values

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

Selection Criteria

By default, the Kernel 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 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 KernelApplication.log.

 

Anchor
_Toc348218551
_Toc348218551
Anchor
_Toc317761299
_Toc317761299
Anchor
_Toc226191313
_Toc226191313
Anchor
_Toc177977460
_Toc177977460
Anchor
_Toc368410010
_Toc368410010
Anchor
_Toc398804211
_Toc398804211
abpm.kernelout.file.maxSize

Description

Specifies the maximum size of the Kernel Application log files

Default Value

20

Possible Values

Any positive integer

Comments

This property specifies the maximum size of the Kernel Application log file in MBs. Once the log file reaches the specified maximum size, it is renamed to KernelApplication-[Date].log. Where Date specifies the current date in yyyy-MM-dd hh-mm-ss format.